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