change the cross road interface

This commit is contained in:
zhongchao
2021-11-27 10:23:42 +08:00
parent 82accd5dc6
commit 0fff5ff138
3 changed files with 7 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ interface IMoGoTrafficLightListener {
/**
* 车辆进入路口回调
*/
fun onEnterCrossRoad(){
fun onEnterCrossRoad(enter:Boolean){
}