示例#1
0
        public XEngineGraphics(XEngineGame game)
        {
            this.mGame = game;

            this.mDevice = null;
            this.mSpriteBatch = null;
        }
示例#2
0
 public BlankScreen(XEngineGame game)
     : base(game)
 {
 }