Program.cs 170 B

123456789101112
  1. using Urho;
  2. namespace $safeprojectname$
  3. {
  4. class Program
  5. {
  6. static void Main(string[] args)
  7. {
  8. new MyGame().Run();
  9. }
  10. }
  11. }