Refactor excel datas (Mainly item data)

This commit is contained in:
Melledy
2022-07-22 00:53:12 -07:00
parent c0418067d6
commit f15262dd3e
15 changed files with 245 additions and 200 deletions

View File

@@ -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() {