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

@@ -182,7 +182,7 @@ public class DoorObject extends AbstractMapObject {
}
@Override
public MapleMapObjectType getType() {
return MapleMapObjectType.DOOR;
public MapObjectType getType() {
return MapObjectType.DOOR;
}
}