using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 超凡手套,集齐五颗宝石饰品解锁超武 /// public class Equip_MightyGlove : EquipBase { public override string name => ""; public override string iconPath => ""; public override AutoMode autoMode => AutoMode.Interval; public override void OnTrigger(GameObject owner) { } }