public void giveBattleOutput( BattleEvent ourEvent ) { /* start giveBattleOutput */ mView.RecieveBattleOutput(ourEvent); }
public void RecieveBattleOutput(BattleEvent ourEvent) { // throw new NotImplementedException(); }