[6.2.0][Opt]新增无人化演练任务拉取时间获取的接口
This commit is contained in:
@@ -28,4 +28,11 @@ object CallerUnmannedListenerManager:CallerBase<IUnmannedListener>() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取无人化演练拉取的时间间隔(单位ms)
|
||||
*/
|
||||
fun getPullTime(): Int {
|
||||
return time * 1000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user