diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-12 11:50:19 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-12 11:50:19 +0800 |
| commit | 738e4b973666742b077c285272d9eb50072d49dd (patch) | |
| tree | feb7ab8a15ef9bbae0ef09b3f74b9175066b009e /Assets/Scripts/SoulCoreGameLoop/UI/MountableHealthBar.cs | |
| parent | 7d000eb31b39c737a798057b15139f37a633530b (diff) | |
修复Lowpoly素材
Diffstat (limited to 'Assets/Scripts/SoulCoreGameLoop/UI/MountableHealthBar.cs')
| -rw-r--r-- | Assets/Scripts/SoulCoreGameLoop/UI/MountableHealthBar.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Assets/Scripts/SoulCoreGameLoop/UI/MountableHealthBar.cs b/Assets/Scripts/SoulCoreGameLoop/UI/MountableHealthBar.cs new file mode 100644 index 0000000..51f16b2 --- /dev/null +++ b/Assets/Scripts/SoulCoreGameLoop/UI/MountableHealthBar.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class MountableHealthBar : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} |
