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