using Stride.Engine;
namespace AnimatedModel
{
class AnimatedModelApp
static void Main(string[] args)
using (var game = new Game())
game.Run();
}