diff --git a/Runtime/ITrigger.cs b/Runtime/ITrigger.cs index 068226c..85954d5 100644 --- a/Runtime/ITrigger.cs +++ b/Runtime/ITrigger.cs @@ -6,7 +6,7 @@ namespace Syntriax.Modules.Trigger public interface ITrigger { /// - /// to switch on or off + /// to control the state of the is on or off /// IStateEnable StateEnable { get; }