mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 17:09:51 +08:00
Format code [skip actions]
This commit is contained in:
@@ -12,14 +12,27 @@ import lombok.experimental.FieldDefaults;
|
||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
||||
@Getter
|
||||
public class HomeWorldEventData extends GameResource {
|
||||
@SerializedName(value = "id", alternate = {"BBEIIPEFDPE"})
|
||||
@SerializedName(
|
||||
value = "id",
|
||||
alternate = {"BBEIIPEFDPE"})
|
||||
int id;
|
||||
@SerializedName(value = "eventType", alternate = {"JOCKIMECHDP"})
|
||||
|
||||
@SerializedName(
|
||||
value = "eventType",
|
||||
alternate = {"JOCKIMECHDP"})
|
||||
SuiteEventType eventType;
|
||||
|
||||
int avatarID;
|
||||
@SerializedName(value = "talkId", alternate = {"IGNJAICDFPD"})
|
||||
|
||||
@SerializedName(
|
||||
value = "talkId",
|
||||
alternate = {"IGNJAICDFPD"})
|
||||
int talkId;
|
||||
|
||||
int rewardID;
|
||||
@SerializedName(value = "suiteId", alternate = {"FEHOKMJPOED"})
|
||||
|
||||
@SerializedName(
|
||||
value = "suiteId",
|
||||
alternate = {"FEHOKMJPOED"})
|
||||
int suiteId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user