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
{
/// <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>
IStateEnable StateEnable { get; }