docs: ITrigger.StateEnable Documentation Updated

This commit is contained in:
Syntriax 2023-03-20 23:00:17 +03:00
parent fc49961ef3
commit 8963df6f46
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace Syntriax.Modules.Trigger
public interface ITrigger public interface ITrigger
{ {
/// <summary> /// <summary>
/// <see cref="IStateEnable"/> to switch on or off /// <see cref="IStateEnable"/> to control the state of the <see cref="ITrigger"/> is on or off
/// </summary> /// </summary>
IStateEnable StateEnable { get; } IStateEnable StateEnable { get; }