Browse Source

定义数据接口

baowen 2 ngày trước cách đây
mục cha
commit
fc6f4c3d52
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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>
+}