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

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