Adds bind
This commit is contained in:
@@ -512,4 +512,8 @@ public abstract class Script : IDeepCloneable
|
||||
public virtual void BlockIncomingHit(IExecutingMove executingMove, IPokemon target, byte hitIndex, ref bool block)
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void CustomTrigger(StringKey eventName, IDictionary<StringKey, object?>? parameters)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user