Test values

This commit is contained in:
Martin
2022-12-19 12:00:55 +01:00
parent 83c0be7961
commit e8fc5a1ec9
6 changed files with 54 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import { Component, _decorator } from "cc";
import { UnitHealth } from "../UnitHealth";
import { UnitHealth } from "../../UnitHealth";
import { PlayerHealthUI } from "./PlayerHealthUI";
const { ccclass, property } = _decorator;