Skip to content

Commit b9fc21b

Browse files
Update surf-npc-api/src/main/kotlin/dev/slne/surf/npc/api/result/NpcSpawnResult.kt
Co-authored-by: Copilot <[email protected]>
1 parent 585cce9 commit b9fc21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package dev.slne.surf.npc.api.result
33
import dev.slne.surf.npc.api.npc.Npc
44

55
/**
6-
* Enum representing the result of an NPC spawn attempt.
6+
* Sealed class representing the result of an NPC spawn attempt.
77
*/
88
sealed class NpcSpawnResult {
99
/**

0 commit comments

Comments
 (0)