예제 #1
0
        public void giveBattleOutput( BattleEvent ourEvent )
        {
            /* start giveBattleOutput */

            mView.RecieveBattleOutput(ourEvent);
        }
예제 #2
0
 public void RecieveBattleOutput(BattleEvent ourEvent)
 {
     // throw new NotImplementedException();
 }