Compete.Model.Game.BotPlayer.BotPlayer C# (CSharp) Method

BotPlayer() public method

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