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