future 1 năm trước cách đây
mục cha
commit
2be07426d2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      assets/script/game.ts

+ 0 - 1
assets/script/game.ts

@@ -10,7 +10,6 @@ export class game extends Component {
     @property(Node) topLayer;
     @property(Node) waitLayer;
     protected start(): void {
-        
         gameManager.setUiLayer(this.uiLayer);
         gameManager.setTopLayer(this.topLayer);
         gameManager.setWaitLayer(this.waitLayer);