コード例 #1
0
ファイル: Game.cs プロジェクト: TeamVlissides/SourceRepo
        public void giveBattleOutput( BattleEvent ourEvent )
        {
            /* start giveBattleOutput */

            mView.RecieveBattleOutput(ourEvent);
        }
コード例 #2
0
 public void RecieveBattleOutput(BattleEvent ourEvent)
 {
     // throw new NotImplementedException();
 }