示例#1
0
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     ContentHolder.Init(Content);
     ecsEngine.Init();
     ecsEngine.SetScene(SceneType.Menu);
 }