Exemplo n.º 1
0
 public void AddMember(Character chr)
 {
     BattlegroundHandler.SendPlayerJoined((IPacketReceiver)this, chr);
     chr.Battlegrounds.Team = this;
     this._members.Add(chr);
     ++this._count;
 }
Exemplo n.º 2
0
 public void AddMember(Character chr)
 {
     BattlegroundHandler.SendPlayerJoined(this, chr);
     chr.Battlegrounds.Team = this;
     _members.Add(chr);
     _count++;
 }