mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-26 17:43:07 +01:00
Rename excel classes
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
package emu.grasscutter.data.common;
|
||||
|
||||
public class CurveInfo {
|
||||
private String Type;
|
||||
private String Arith;
|
||||
private float Value;
|
||||
private String type;
|
||||
private String arith;
|
||||
private float value;
|
||||
|
||||
public String getType() {
|
||||
return Type;
|
||||
return type;
|
||||
}
|
||||
public String getArith() {
|
||||
return Arith;
|
||||
return arith;
|
||||
}
|
||||
public float getValue() {
|
||||
return Value;
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user