コード例 #1
0
        private void CreateBots()
        {
            IList <BotViewer> bots = _gameFactory.GetBots(_gameViewer.transform);

            _gameModel.AddBots(bots);
            _gameModel.ResetBotsPosition();
        }