mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 14:47:44 +00:00
Fixed constellation issues from new binout
This commit is contained in:
parent
ea980428bf
commit
0453f387ac
@ -11,6 +11,7 @@ import emu.grasscutter.utils.Utils;
|
|||||||
import org.reflections.Reflections;
|
import org.reflections.Reflections;
|
||||||
|
|
||||||
import com.google.gson.JsonElement;
|
import com.google.gson.JsonElement;
|
||||||
|
import com.google.gson.annotations.SerializedName;
|
||||||
import com.google.gson.reflect.TypeToken;
|
import com.google.gson.reflect.TypeToken;
|
||||||
|
|
||||||
import emu.grasscutter.Grasscutter;
|
import emu.grasscutter.Grasscutter;
|
||||||
@ -434,8 +435,14 @@ public class ResourceLoader {
|
|||||||
public static class OpenConfigData {
|
public static class OpenConfigData {
|
||||||
public String $type;
|
public String $type;
|
||||||
public String abilityName;
|
public String abilityName;
|
||||||
|
|
||||||
|
@SerializedName(value="talentIndex", alternate={"OJOFFKLNAHN"})
|
||||||
public int talentIndex;
|
public int talentIndex;
|
||||||
|
|
||||||
|
@SerializedName(value="skillID", alternate={"overtime"})
|
||||||
public int skillID;
|
public int skillID;
|
||||||
|
|
||||||
|
@SerializedName(value="pointDelta", alternate={"IGEBKIHPOIF"})
|
||||||
public int pointDelta;
|
public int pointDelta;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user