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