Ejemplo n.º 1
0
 public static void EnqueueConter(BattleUnit unit, BattleCommandId commandId, BattleAbilityId abilityId, UInt16 target)
 {
     btl_cmd.SetCounter(unit.Data, (UInt32)commandId, (Int32)abilityId, target);
 }
Ejemplo n.º 2
0
 public static void EnqueueCommand(BattleCommand escapeCommand, BattleCommandId commandId, BattleAbilityId abilityId, UInt16 targetId, Boolean isManyTarget)
 {
     btl_cmd.SetCommand(escapeCommand.Data, (UInt32)commandId, (UInt32)abilityId, targetId, isManyTarget ? 1u : 0u);
 }