mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
Support of Enter Room Scene
This commit is contained in:
@@ -13,7 +13,8 @@ public class PointData {
|
||||
private Position tranPos;
|
||||
private int[] dungeonIds;
|
||||
private int[] dungeonRandomList;
|
||||
|
||||
|
||||
private int tranSceneId;
|
||||
public int getId() {
|
||||
return id;
|
||||
}
|
||||
@@ -38,6 +39,14 @@ public class PointData {
|
||||
return dungeonRandomList;
|
||||
}
|
||||
|
||||
public int getTranSceneId() {
|
||||
return tranSceneId;
|
||||
}
|
||||
|
||||
public void setTranSceneId(int tranSceneId) {
|
||||
this.tranSceneId = tranSceneId;
|
||||
}
|
||||
|
||||
public void updateDailyDungeon() {
|
||||
if (getDungeonRandomList() == null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user