public BotPlayer(BotAccountData account) : base(account)
 {
 }
Beispiel #2
0
 public PlayerJoiner(BotAccountData account)
 {
     Account = account;
 }