From cce2815f3bcfeec2f4c13386d073d20778724656 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Apr 2022 16:57:40 +0800 Subject: *EventCenter --- SurvivalTest/Assets/Scripts/Items/Item_Wrench.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SurvivalTest/Assets/Scripts/Items/Item_Wrench.cs (limited to 'SurvivalTest/Assets/Scripts/Items/Item_Wrench.cs') diff --git a/SurvivalTest/Assets/Scripts/Items/Item_Wrench.cs b/SurvivalTest/Assets/Scripts/Items/Item_Wrench.cs new file mode 100644 index 0000000..52b9685 --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Items/Item_Wrench.cs @@ -0,0 +1,11 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Item_Wrench : ItemBase +{ + public override string name => "°âÊÖ"; + + public override string iconPath => "art/ui/item/wrench"; + +} -- cgit v1.1-26-g67d0