예제 #1
0
 private void OnBattleError(BattleErrorEvent e)
 {
     if (BattleError != null)
         BattleError(e);
 }
예제 #2
0
 // Called when the game sends out an error message during the battle
 private static void BattleError(BattleErrorEvent e)
 {
     Console.WriteLine("Err> " + e.Error);
 }