[unmanned]
[轮训修改]
This commit is contained in:
yangyakun
2024-08-29 17:29:23 +08:00
parent 9f12d87022
commit a66c8b9cf5
5 changed files with 113 additions and 68 deletions

View File

@@ -5,4 +5,5 @@ interface IUnmannedListener {
* 单位: 秒(s)
*/
fun onVirtualTaskPullTaskIntervalUpdate(time: Int)
fun onSwitch(isLoop:Boolean){}
}