public XEngineGraphics(XEngineGame game) { this.mGame = game; this.mDevice = null; this.mSpriteBatch = null; }
public BlankScreen(XEngineGame game) : base(game) { }