mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
Refactor excel datas (Mainly item data)
This commit is contained in:
@@ -13,10 +13,8 @@ public class GadgetData extends GameResource {
|
||||
private boolean isInteractive;
|
||||
private String[] tags;
|
||||
private String itemJsonName;
|
||||
private String inteeIconName;
|
||||
private long nameTextMapHash;
|
||||
private int campID;
|
||||
private String LODPatternName;
|
||||
|
||||
@Override
|
||||
public int getId() {
|
||||
@@ -43,10 +41,6 @@ public class GadgetData extends GameResource {
|
||||
return itemJsonName;
|
||||
}
|
||||
|
||||
public String getInteeIconName() {
|
||||
return inteeIconName;
|
||||
}
|
||||
|
||||
public long getNameTextMapHash() {
|
||||
return nameTextMapHash;
|
||||
}
|
||||
@@ -55,8 +49,6 @@ public class GadgetData extends GameResource {
|
||||
return campID;
|
||||
}
|
||||
|
||||
public String getLODPatternName() { return LODPatternName; }
|
||||
|
||||
@Override
|
||||
public void onLoad() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user