示例#1
0
 public RoomHelper(Player player, Dictionary <Location, Room> roomList, Dictionary <ConnectionLocation, RoomConnection> connectionList, PlayerHelper playerHelper)
 {
     this.player         = player;
     this.roomList       = roomList;
     this.connectionList = connectionList;
     PH = playerHelper;
 }