[6.2.0] wait to test

This commit is contained in:
zhongchao
2023-11-13 14:10:45 +08:00
parent 0aca34c032
commit a686e1fa02
8 changed files with 91 additions and 6 deletions

View File

@@ -2,11 +2,21 @@ package com.mogo.eagle.core.function.api.map.roma
interface IMoGoRomaListener {
/**
* 是否在自由漫游范围内
*/
fun mapRomaInRange(range:Boolean){}
/**
* 漫游地图状态回调
*/
fun mapRomaStatus(status:Int, msg:String){}
/**
* 漫游按钮显示状态
*/
fun romaViewStatus(status: Boolean){}
/**
* 漫游状态回调
*/