using UnityEngine; /// /// 玩家专属战士类,预留扩展玩家特有行为和属性 /// public class PlayerWarrior : MonoBehaviour { // 目前为空,后续可扩展玩家专属逻辑 }