Ejemplo n.º 1
0
 static void Main()
 {
     using (var game = new BluGame(new BluGameInitSettings(typeof(SplashScreen))))
         game.Run();
 }