opt
This commit is contained in:
@@ -30,12 +30,7 @@ public enum EnumMapUI {
|
||||
/**
|
||||
* 夜晚模式
|
||||
*/
|
||||
Type_Night( 4, 3 ),
|
||||
|
||||
/**
|
||||
* 导航模式
|
||||
*/
|
||||
Type_Navi( 5, 5 );
|
||||
Type_Night( 4, 3 );
|
||||
|
||||
private int next;
|
||||
private int code;
|
||||
|
||||
Reference in New Issue
Block a user