コード例 #1
0
ファイル: Game1.cs プロジェクト: rahuldawar/NeonWars
        public Game1()
        {
            _graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            this._playertank = new PlayerTank(100,100);
        }
コード例 #2
0
        public Game1()
        {
            _graphics             = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            this._playertank = new PlayerTank(100, 100);
        }