CardsAgainstIRC3.Game.Bots.BotAttribute.BotAttribute C# (CSharp) Method

BotAttribute() public method

public BotAttribute ( string name ) : System
name string
return System
        public BotAttribute(string name)
        {
            Name = name;
        }
BotAttribute