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