This commit is contained in:
wangcongtao
2020-10-27 17:34:37 +08:00
parent ffc511b969
commit 7de1dc472e
12 changed files with 401 additions and 225 deletions

View File

@@ -35,7 +35,12 @@ public enum EnumMapUI {
/**
* 夜晚模式
*/
Type_AUTO_LIGHT_Night( 5, 3 );
Type_AUTO_LIGHT_Night( 5, 3 ),
/**
* 自研地图的VR模式
*/
Type_VR( 0, 0 );
private int next;
private int code;