Folder structure

This commit is contained in:
Martin
2022-11-28 12:19:04 +01:00
parent 2a3ce76c4b
commit 55571cded9
32 changed files with 45 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
import { Component, ProgressBar, _decorator } from "cc";
import { Player } from "../Unit/Player/Player";
import { UnitLevel } from "../Unit/Player/UnitLevel";
import { UnitLevel } from "../Unit/UnitLevel";
const { ccclass, property } = _decorator;
@ccclass("GameUI")