More abilities, refactor stealing held items
All checks were successful
Build / Build (push) Successful in 50s
All checks were successful
Build / Build (push) Successful in 50s
This commit is contained in:
@@ -132,4 +132,11 @@ public static class CustomTriggers
|
||||
{
|
||||
public byte NumberOfHits { get; set; } = NumberOfHits;
|
||||
}
|
||||
|
||||
public static readonly StringKey OnFlinch = "on_flinch";
|
||||
|
||||
public record OnFlinchArgs(IExecutingMove Move) : ICustomTriggerArgs
|
||||
{
|
||||
public bool Prevent { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user