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

            IGameUI gameUI = bootStrapper.NewGameUI();

            gameUI.PlayGame();
        }