mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 17:09:50 +08:00
refactor(lombok): add Getter where possible
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
package emu.grasscutter.data.common;
|
||||
|
||||
import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
public class PropGrowCurve {
|
||||
private String type;
|
||||
private String growCurve;
|
||||
|
||||
public String getType() {
|
||||
return this.type;
|
||||
}
|
||||
|
||||
public String getGrowCurve() {
|
||||
return this.growCurve;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user