using UnityEngine; namespace BaseGames.Player { /// 技能管理器。Phase 1 桩 — Phase 2 实现。 public class SkillManager : MonoBehaviour { } }