Пример #1
0
 public static bool HeroPower(Controller c, ICharacter target = null)
 {
     return(HeroPowerBlock.Invoke(c, target));
 }
Пример #2
0
 public static bool HeroPower(Controller c, ICharacter target = null, int chooseOne = 0, bool skipPrePhase = false)
 {
     return(HeroPowerBlock.Invoke(c, target, chooseOne, skipPrePhase));
 }