Beispiel #1
0
 public PlayerInfo(D2Game game)
 {
     this.game = game;
 }
Beispiel #2
0
 public MapHandler(D2Game game)
 {
     this.game = game;
 }