This commit is contained in:
wangcongtao
2019-12-27 21:25:22 +08:00
parent ae9ddcb369
commit 9b93caefda
13 changed files with 184 additions and 162 deletions

View File

@@ -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;