Dwarrowdelf.Client.GameCore.GameCore C# (CSharp) 메소드

GameCore() 보호된 메소드

protected GameCore ( ) : System
리턴 System
        protected GameCore()
        {
            CreateDevice();

            this.Content = ToDispose(new ContentPool(this.GraphicsDevice));

            this.Time = new GameTime();
        }