using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 被动技能\状态加成 /// public class PerkBase { public string uid; }