From 738e4b973666742b077c285272d9eb50072d49dd Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Tue, 12 May 2026 11:50:19 +0800 Subject: 修复Lowpoly素材 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/SoulCoreGameLoop/UI/MountableHealthBar.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Assets/Scripts/SoulCoreGameLoop/UI/MountableHealthBar.cs (limited to 'Assets/Scripts/SoulCoreGameLoop/UI/MountableHealthBar.cs') 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() + { + + } +} -- cgit