using UnityEngine; namespace BaseGames.Player { /// 治愈弹簧系统。Phase 1 桩 — Phase 1 Week 3 实现。 public class SpringSystem : MonoBehaviour { } }