[6.2.0][Feat]调试面板新增无人化演练任务拉取时间

This commit is contained in:
chenfufeng
2023-11-09 18:24:55 +08:00
parent e0018e2452
commit dbaca9cafb
5 changed files with 114 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
package com.mogo.eagle.core.function.api.unmanned
interface IUnmannedListener {
/**
* 单位: 秒(s)
*/
fun onPullTimeUpdate(time: Int)
}