using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 靴子,提升移动速度、冲刺 /// public class Item_Boot : ItemBase { }