using Urho; namespace $safeprojectname$ { class Program { static void Main(string[] args) { new MyGame().Run(); } } }