Esempio n. 1
0
        public void giveBattleOutput( BattleEvent ourEvent )
        {
            /* start giveBattleOutput */

            mView.RecieveBattleOutput(ourEvent);
        }
Esempio n. 2
0
 public void RecieveBattleOutput(BattleEvent ourEvent)
 {
     // throw new NotImplementedException();
 }