From 38c850ede10d07ee3e6a7ce96b7f9d105960f5d7 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Apr 2022 22:52:53 +0800 Subject: * misc --- .../Scripts/Items/ExecutorParts/Item_ExecutorLeftArm.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorLeftArm.cs (limited to 'SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorLeftArm.cs') diff --git a/SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorLeftArm.cs b/SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorLeftArm.cs new file mode 100644 index 0000000..ffdbc1e --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorLeftArm.cs @@ -0,0 +1,14 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +/// +/// 左臂 +/// +public class Item_ExecutorLeftArm : Item_ExecutorPart +{ + public override string name => "行刑者左臂"; + + public override string iconPath => "art/ui/item/executor/executor_left_arm"; + +} -- cgit v1.1-26-g67d0