Dwarrowdelf.Client.GameCore.GameCore C# (CSharp) Method

GameCore() protected method

protected GameCore ( ) : System
return System
        protected GameCore()
        {
            CreateDevice();

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

            this.Time = new GameTime();
        }