Compete.Model.Game.BotPlayer.BotPlayer C# (CSharp) 메소드

BotPlayer() 공개 메소드

public BotPlayer ( string teamName, IBot bot ) : Compete.Bot
teamName string
bot IBot
리턴 Compete.Bot
        public BotPlayer(string teamName, IBot bot)
        {
            _teamName = teamName;
              _bot = bot;
        }
BotPlayer