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