[6.2.0] wait to test
This commit is contained in:
@@ -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){}
|
||||
|
||||
/**
|
||||
* 漫游状态回调
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user