mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
Fix Cooking Compound Retrieval (#2039)
* Fix misnamed field * Fix getter name
This commit is contained in:
@@ -12,7 +12,7 @@ import java.util.List;
|
||||
public class CompoundData extends GameResource {
|
||||
@Getter(onMethod = @__(@Override))
|
||||
private int id;
|
||||
private int groupId;
|
||||
private int groupID;
|
||||
private int rankLevel;
|
||||
private boolean isDefaultUnlocked;
|
||||
private int costTime;
|
||||
|
||||
Reference in New Issue
Block a user