mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-17 02:22:38 +08:00
Format code [skip actions]
This commit is contained in:
@@ -11,13 +11,14 @@ import lombok.experimental.FieldDefaults;
|
||||
public class CoopPointData extends GameResource {
|
||||
@Getter(onMethod_ = @Override)
|
||||
int id;
|
||||
|
||||
int chapterId;
|
||||
String type;
|
||||
int acceptQuest;
|
||||
int [] postPointList;
|
||||
// int pointNameTextMapHash;
|
||||
// int pointDecTextMapHash;
|
||||
int[] postPointList;
|
||||
// int pointNameTextMapHash;
|
||||
// int pointDecTextMapHash;
|
||||
int pointPosId;
|
||||
// long photoMaleHash;
|
||||
// long photoFemaleHash;
|
||||
}
|
||||
// long photoMaleHash;
|
||||
// long photoFemaleHash;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user