[6.2.0] add callback

This commit is contained in:
zhongchao
2023-11-27 16:34:27 +08:00
parent 03866881a8
commit 32002191cf

View File

@@ -13,6 +13,7 @@ object CallerMapRomaListener : CallerBase<IMoGoRomaListener>() {
override fun doSomeAfterAddListener(tag: String, listener: IMoGoRomaListener) {
listener.romaStatus(roma)
listener.romaViewStatus(romaRange)
listener.mapRomaInRange(romaRange)
}