Exemple #1
0
        protected override void LoadContent()
        {
            _spriteBatch = new SpriteBatch(GraphicsDevice);

            _world = new EcsWorld(this.Content, _spriteBatch);
            this.InitializeEntities();
            _world.Load();
        }