Rename and clean up MapleMapObjectType

This commit is contained in:
P0nk
2021-09-09 22:31:05 +02:00
parent a979577e5d
commit fa8222d9a0
35 changed files with 132 additions and 119 deletions

View File

@@ -196,8 +196,8 @@ public class MapItem extends AbstractMapObject {
}
@Override
public final MapleMapObjectType getType() {
return MapleMapObjectType.ITEM;
public final MapObjectType getType() {
return MapObjectType.ITEM;
}
@Override