Skip to content

Commit 01afd37

Browse files
feat: remove custom equals method from Npc class
1 parent b9fc21b commit 01afd37

File tree

1 file changed

+0
-2
lines changed
  • surf-npc-api/src/main/kotlin/dev/slne/surf/npc/api/npc

1 file changed

+0
-2
lines changed

surf-npc-api/src/main/kotlin/dev/slne/surf/npc/api/npc/Npc.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,4 @@ interface Npc {
176176
* @param animationType The type of animation to play.
177177
*/
178178
fun playAnimation(animationType: NpcAnimationType)
179-
180-
override fun equals(other: Any?): Boolean
181179
}

0 commit comments

Comments
 (0)