コード例 #1
0
ファイル: Program.cs プロジェクト: Alex8815/TopDeck
        static void Main(string[] args)
        {
            world = new World();

            Console.ReadLine();
        }
コード例 #2
0
ファイル: CommandController.cs プロジェクト: Alex8815/TopDeck
 public CommandController(World worldInput)
 {
     world = worldInput;
 }