AStarPathFinding.AStarGame.AStarGame C# (CSharp) Метод

AStarGame() публичный Метод

public AStarGame ( ) : Microsoft.Xna.Framework
Результат Microsoft.Xna.Framework
        public AStarGame()
        {
            _graphics = new GraphicsDeviceManager(this){PreferredBackBufferWidth = 1280, PreferredBackBufferHeight = 720};
            Content.RootDirectory = "Content";
            IsMouseVisible = true;
        }