Beispiel #1
0
 public DuelSession(Player p, Player p2)
 {
     this.player = p;
     this.p2 = p2;
     this.rules = 0;
     this.status = 0;
     player.getDuelRequests().Clear();
     openInterface();
 }