コード例 #1
0
ファイル: Game.cs プロジェクト: Romans-I-XVI/metagame
		// Create the game engine object
		public void startGraphics(Graphics g)
		{
			gEngine = new GEngine(g);
			gEngine.init(this);
		}
コード例 #2
0
ファイル: Game.cs プロジェクト: Romans-I-XVI/metagame
 // Create the game engine object
 public void startGraphics(Graphics g)
 {
     gEngine = new GEngine(g);
     gEngine.init(this);
 }