예제 #1
0
파일: Program.cs 프로젝트: Alex8815/TopDeck
        static void Main(string[] args)
        {
            world = new World();

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