using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 左腿 /// public class Item_ExecutorLeftLeg : Item_ExecutorPart { public override string name => "行刑者左腿"; public override string iconPath => "art/ui/item/executor/executor_left_leg"; }