greg 4 years ago
parent
commit
2cc75fb8da
1 changed files with 1 additions and 2 deletions
  1. 1 2
      assets/scripts/games/models/GameModel.ts

+ 1 - 2
assets/scripts/games/models/GameModel.ts

@@ -106,7 +106,7 @@ export class GameModel extends DataModel {
     get earningsInterval(): number {
         return GameConfigManager.getGlobalValue("earningsInterval");
     }
-    
+
     /**
      * 收益间隔时间
      */
@@ -428,7 +428,6 @@ export class GameModel extends DataModel {
 
     protected OnReadByLocal(data: any): void {
         let currentTime: number = director.getCurrentTime();
-        
         //武器格子
         let weaponCells: any[] = data.weaponCells;
         this.__weaponCells = [];