Skip to content

Commit a0c1263

Browse files
feat: remove unused imports in NpcAnimationTypeArgument
1 parent a05fb9f commit a0c1263

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

surf-npc-bukkit/src/main/kotlin/dev/slne/surf/npc/bukkit/command/argument/NpcAnimationTypeArgument.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ import dev.jorel.commandapi.arguments.ArgumentSuggestions
66
import dev.jorel.commandapi.arguments.CustomArgument
77
import dev.jorel.commandapi.arguments.StringArgument
88
import dev.slne.surf.npc.api.npc.animation.NpcAnimationType
9-
import dev.slne.surf.npc.api.npc.property.NpcPropertyType
10-
import dev.slne.surf.npc.core.property.propertyTypeRegistry
11-
import dev.slne.surf.surfapi.core.api.messages.adventure.buildText
129

1310
class NpcAnimationTypeArgument(nodeName: String) :
1411
CustomArgument<NpcAnimationType, String>(StringArgument(nodeName), { info ->

0 commit comments

Comments
 (0)