Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     if (args.Length >= 1 && args[0] == "server")
     {
         Iris.Server.Server s = new Iris.Server.Server();
         s.Start();
     }
     else
     {
         MainGame.StartGame();
     }
 }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     if (args.Length >= 1 && args[0] == "server")
     {
         Iris.Server.Server s = new Iris.Server.Server();
         s.Start();
     }
     else
     {
         MainGame.StartGame();
     }
 }