mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-25 11:57:35 +00:00
fix: deobf field name
This commit is contained in:
parent
f20ac13914
commit
edb00adf61
@ -1,5 +1,6 @@
|
|||||||
package emu.grasscutter.data.excels.scene;
|
package emu.grasscutter.data.excels.scene;
|
||||||
|
|
||||||
|
import com.google.gson.annotations.SerializedName;
|
||||||
import emu.grasscutter.data.GameResource;
|
import emu.grasscutter.data.GameResource;
|
||||||
import emu.grasscutter.data.ResourceType;
|
import emu.grasscutter.data.ResourceType;
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
@ -16,9 +17,10 @@ public final class MapLayerFloorData extends GameResource {
|
|||||||
int id;
|
int id;
|
||||||
int PJDGAAAGOPO;
|
int PJDGAAAGOPO;
|
||||||
int LCGNJBLMDHA;
|
int LCGNJBLMDHA;
|
||||||
long NDAGFKELEAP; // prob text map hash.
|
@SerializedName(value = "floorNameTextMapHash", alternate = {"NDAGFKELEAP"})
|
||||||
|
long floorNameTextMapHash;
|
||||||
CKNDNKLCAHC CKNDNKLCAHC;
|
CKNDNKLCAHC CKNDNKLCAHC;
|
||||||
long BHEMLJCFHPI; // prob desc text map hash.
|
long BHEMLJCFHPI;
|
||||||
|
|
||||||
public static class CKNDNKLCAHC {
|
public static class CKNDNKLCAHC {
|
||||||
Unk_Type type;
|
Unk_Type type;
|
||||||
|
Loading…
Reference in New Issue
Block a user