[6.5.0] fix bug of roam

This commit is contained in:
EmArrow
2024-07-03 20:18:55 +08:00
parent de4d758930
commit 3d0c70cb59
18 changed files with 81 additions and 91 deletions

View File

@@ -327,4 +327,6 @@ interface IMogoMapUIController {
*/
fun getMapScreenShot()
fun setWeatherEnable(enable: Boolean)
fun setVisible(visible:Boolean)
}