heal anim

This commit is contained in:
Martin
2022-12-20 13:43:44 +01:00
parent dbb55957a0
commit edc3545c02
4 changed files with 13 additions and 8 deletions

View File

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