dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user