Beispiel #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (Laikas game = new Laikas())
     {
         game.Run();
     }
 }
Beispiel #2
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (Laikas game = new Laikas())
     {
         game.Run();
     }
 }
Beispiel #3
0
 public static void Init(Laikas game)
 {
     AI.game = game;
     random  = new Random();
 }
Beispiel #4
0
 public static void Init(Laikas game)
 {
     AI.game = game;
     random = new Random();
 }