fix serenitea pot main building

This commit is contained in:
pfyy
2022-09-02 22:24:43 +08:00
committed by Melledy
parent 735b48edca
commit f93d998ff0
2 changed files with 9 additions and 2 deletions

View File

@@ -34,8 +34,11 @@ public class HomeworldDefaultSaveData {
@SerializedName(value = "FGIJCELCGFI", alternate = "PGDPDIDJEEL")
int blockId;
@SerializedName(value = "BEAPOFELABD", alternate = "MLIODLGDFHJ")
@SerializedName("BEAPOFELABD")
List<HomeFurniture> furnitures;
@SerializedName("MLIODLGDFHJ")
List<HomeFurniture> persistentFurnitures;
}
@Data