From cce2815f3bcfeec2f4c13386d073d20778724656 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Apr 2022 16:57:40 +0800 Subject: *EventCenter --- .../Scripts/Items/ExecutorParts/Item_ExecutorHead.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorHead.cs (limited to 'SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorHead.cs') diff --git a/SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorHead.cs b/SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorHead.cs new file mode 100644 index 0000000..45450c1 --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Items/ExecutorParts/Item_ExecutorHead.cs @@ -0,0 +1,14 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +/// +/// 执行者的头 +/// +public class Item_ExecutorHead : Item_ExecutorPart +{ + public override string name => "执行者的头颅"; + + public override string iconPath => "art/ui/item/executor_head"; + +} -- cgit v1.1-26-g67d0