AStarXNA.Game1.Game1 C# (CSharp) 메소드

Game1() 공개 메소드

public Game1 ( ) : System
리턴 System
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";
            gameObjects = new List<GameObject>();
        }