From c664053a001d7c9c5245dde54e0d239231796747 Mon Sep 17 00:00:00 2001 From: SFGrenade <25555417+SFGrenade@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:02:37 +0100 Subject: [PATCH] add comment gets rid of a warning when building --- Hooks.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Hooks.cs b/Hooks.cs index 8d9b1d7..5a39568 100644 --- a/Hooks.cs +++ b/Hooks.cs @@ -10,6 +10,9 @@ namespace Core.FsmUtil { namespace delegates { + /// + /// Delegate that receives a PlayMakerFSM. + /// [EditorBrowsable(EditorBrowsableState.Never)] public delegate void FsmModificationHandler(PlayMakerFSM fsm); }