ModEventPriorityScore

data class ModEventPriorityScore(val comment: String? = null, val score: Long)

Set priority score of the subject. Higher score means higher priority.

Constructors

Link copied to clipboard
constructor(comment: String? = null, score: Long)

Properties

Link copied to clipboard
val comment: String? = null
Link copied to clipboard
val score: Long