Removed unused methods

This commit is contained in:
2023-10-18 10:59:50 -04:00
parent d2c00cce70
commit 145d9bafa0
2 changed files with 3 additions and 6 deletions
-4
View File
@@ -779,10 +779,6 @@ public class Building extends AbstractWorldObject {
return this.meshUUID;
}
public final void setMeshUUID(int value) {
this.meshUUID = value;
}
public final Resists getResists() {
return this.resists;
}