Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new <see cref="Bot"/> instance.
 /// </summary>
 public Bot()
 {
     Name          = "Guardian";
     UIInformation = new BotUIInformation(BotResource.Avatar);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of <see cref="Bot"/> class.
 /// </summary>
 public Bot()
 {
     Name          = "SampleBot";                              // The bot's name. Must be unique in whole Bot World.
     UIInformation = new BotUIInformation(BotResource.Avatar); // Image to represent the bot.
 }
Exemplo n.º 3
0
 /// <summary>
 /// Initializes a new <see cref="Bot"/> instance.
 /// </summary>
 public Bot()
 {
     Name          = "Hal";
     UIInformation = new BotUIInformation(BotResource.Avatar);
 }