示例#1
0
 public Game2D()
 {
     m_Graphics = new GraphicsDeviceManager(this);
       m_Game = this;
       m_Arbiter = new GameArbiter();
 }
示例#2
0
 public virtual void Initialize(GraphicsDeviceManager graphics, Game2D game)
 {
     m_Game = game;
       m_Graphics = graphics;
 }