Beispiel #1
0
 public void RequestFight()
 {
     RedTeam.ForEach(x => x.RequestFight(RedTeam.ConvertAll <int>(w => w.WorldClient.Character.Id)));
     BlueTeam.ForEach(x => x.RequestFight(BlueTeam.ConvertAll <int>(w => w.WorldClient.Character.Id)));
 }