yy1717
2024-02-28 27fc91fbe8f88b6885356e68828cfe1ce1db7601
1
2
3
4
5
6
7
package com.anyun.exam.lib
 
class ActionRtcm: BaseAction {
    override fun execute(args: ActionArgs) {
        Rtcm.sendRtcm(args.message)
    }
}