diff --git a/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/NarrateRowInfoEvent.kt b/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/NarrateRowInfoEvent.kt index 6c42425..a5d1c2f 100644 --- a/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/NarrateRowInfoEvent.kt +++ b/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/NarrateRowInfoEvent.kt @@ -12,7 +12,7 @@ import kotlin.jvm.JvmStatic * * @property infoType The type of information to narrate (e.g., Connect, Update, Disconnect). * @property soundOnly Whether to only play the narration sound without any additional information. - * @property skipsUnstable Whether the row being narrated has unstable row pattern that constantly changed. Will be ignored if [infoType] is [InfoType.DISCONNECT]. + * @property skipsUnstable Whether the row being narrated has unstable row pattern that constantly changed. Will be ignored if [infoType] is [InfoType.DISCONNECT] or the row is a oneshot row. * @property customPlayer The custom player for which the narration is intended. */ @Serializable