Ejemplo n.º 1
0
 static void Main()
 {
     //SerializationCodeGenerator.GenerateStorages(typeof(ConsoleCamera));
     //return;
     using (var game = new NamelessGame())
     {
         game.Run();
     }
 }