Fixes for sleep
All checks were successful
Build / Build (push) Successful in 1m4s

This commit is contained in:
2026-05-23 11:33:15 +02:00
parent 391edd98f1
commit e18b193f7d
2 changed files with 13 additions and 9 deletions

View File

@@ -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;
}