コード例 #1
0
        public void CreatePlayer()
        {
            string username = homeView.CreatePlayer();

            playerController.CreatePlayer(username);
        }