This commit is contained in:
@@ -40,7 +40,7 @@ public static class CustomTriggers
|
||||
|
||||
public static readonly StringKey BypassSleep = "bypass_sleep";
|
||||
|
||||
public record BypassSleepArgs(IExecutingMove Move, bool Bypass) : ICustomTriggerArgs
|
||||
public record BypassSleepArgs(IMoveChoice Choice, bool Bypass) : ICustomTriggerArgs
|
||||
{
|
||||
public bool Bypass { get; set; } = Bypass;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user