Beispiel #1
0
        static void Main(string[] args)
        {
            world = new World();

            Console.ReadLine();
        }
Beispiel #2
0
 public CommandController(World worldInput)
 {
     world = worldInput;
 }