Explorar el Código

定义数据接口

baowen hace 2 días
padre
commit
fc6f4c3d52
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      assets/script/Manager/LocalDataMgr.ts

+ 6 - 1
assets/script/Manager/LocalDataMgr.ts

@@ -127,4 +127,9 @@ export interface TodayData {
     lookVedionum: number;
     isUnlockAll: boolean;
     UnLockAllTimes: number;
-}
+}
+
+export interface difficutyData {
+    difficutyCount: number;
+    scales: Array<number>
+}