From 7eb9351d905ddf6316fd6b177fff967fbac6fc94 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Apr 2022 10:19:09 +0800 Subject: * rename decoration to item --- SurvivalTest/Assets/Scripts/Items/Item_PowerRing.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SurvivalTest/Assets/Scripts/Items/Item_PowerRing.cs (limited to 'SurvivalTest/Assets/Scripts/Items/Item_PowerRing.cs') diff --git a/SurvivalTest/Assets/Scripts/Items/Item_PowerRing.cs b/SurvivalTest/Assets/Scripts/Items/Item_PowerRing.cs new file mode 100644 index 0000000..b796103 --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Items/Item_PowerRing.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +/// +/// 力量戒指 +/// +public class Item_PowerRing : ItemBase +{ + + public override string name => "力量戒指"; + + public override string iconPath => "art/ui/item/power_ring"; + +} -- cgit v1.1-26-g67d0