Example #1
0
        protected override void LoadContent()
        {
            _spriteBatch = new SpriteBatch(GraphicsDevice);
            ArtManager.Load(Content);

            EntityManager.Add(PlayerMecha.Instance);
        }