Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
gets rid of a warning when building
  • Loading branch information
SFGrenade committed Dec 1, 2023
1 parent a029177 commit c664053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Hooks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ namespace Core.FsmUtil
{
namespace delegates
{
/// <summary>
/// Delegate that receives a PlayMakerFSM.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public delegate void FsmModificationHandler(PlayMakerFSM fsm);
}
Expand Down

0 comments on commit c664053

Please sign in to comment.