[2.15.0]fix bug of roma which click has no react and multi obj problem

This commit is contained in:
zhongchao
2023-04-14 20:08:24 +08:00
parent eaff125080
commit 445fb4b393
7 changed files with 91 additions and 35 deletions

View File

@@ -0,0 +1,9 @@
package com.mogo.eagle.core.function.api.map.roma
interface IMoGoRomaListener {
/**
* 漫游状态回调
*/
fun romaStatus(status:Boolean)
}