mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 01:12:50 +08:00
Rename excel classes
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
package emu.grasscutter.data.common;
|
||||
|
||||
public class PropGrowCurve {
|
||||
private String Type;
|
||||
private String GrowCurve;
|
||||
private String type;
|
||||
private String growCurve;
|
||||
|
||||
public String getType(){
|
||||
return this.Type;
|
||||
return this.type;
|
||||
}
|
||||
|
||||
public String getGrowCurve(){
|
||||
return this.GrowCurve;
|
||||
return this.growCurve;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user