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

@@ -38,8 +38,8 @@ public class Dragon extends AbstractAnimatedMapObject {
}
@Override
public MapleMapObjectType getType() {
return MapleMapObjectType.DRAGON;
public MapObjectType getType() {
return MapObjectType.DRAGON;
}
@Override