Swordening.SwordeningGame.SwordeningGame C# (CSharp) 메소드

SwordeningGame() 공개 메소드

public SwordeningGame ( ) : System
리턴 System
        public SwordeningGame()
        {
            Ready = false;
            ResumeGame = false;
            contentManager = Content;
            Graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";
            Textures = new Dictionary<string,Texture2D>();
            musics = new Dictionary<string, Song>();
            sounds = new Dictionary<string, SoundEffect>();
        }