mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-04 17:25:33 +08:00
Added RDDeprecated to READY_GET_SET_GO.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package cn.rdlevel.rdkt.core.events
|
||||
|
||||
import cn.rdlevel.rdkt.core.annotations.RDDeprecated
|
||||
import kotlinx.serialization.SerialName
|
||||
import kotlinx.serialization.Serializable
|
||||
import kotlin.jvm.JvmOverloads
|
||||
@@ -107,6 +108,7 @@ public class SayReadyGetSetGoEvent @JvmOverloads constructor(
|
||||
* Avoid using this to cue oneshot rows.
|
||||
*/
|
||||
@SerialName("SayReadyGetSetGo")
|
||||
@RDDeprecated
|
||||
READY_GET_SET_GO,
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user