Package-level declarations
Types
Link copied to clipboard
@Qualifier
@Target(allowedTargets = [AnnotationTarget.FIELD, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FUNCTION ] )
Link copied to clipboard
data class WorldListResponse(val worldList: WorldListResponse.WorldList?, val players: SortedMap<Int, Int>) : Packet
Link copied to clipboard