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