コード例 #1
0
ファイル: Program.cs プロジェクト: toaster468/Nations
 static void Main()
 {
     Game game = new Game();
 }
コード例 #2
0
ファイル: State.cs プロジェクト: toaster468/Nations
 public State(Game game)
 {
     renderWindow = game.renderWindow;
 }