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_SwordSpectrum.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SurvivalTest/Assets/Scripts/Items/Item_SwordSpectrum.cs (limited to 'SurvivalTest/Assets/Scripts/Items/Item_SwordSpectrum.cs') diff --git a/SurvivalTest/Assets/Scripts/Items/Item_SwordSpectrum.cs b/SurvivalTest/Assets/Scripts/Items/Item_SwordSpectrum.cs new file mode 100644 index 0000000..788126b --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Items/Item_SwordSpectrum.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +/// +/// 剑谱,持有之后按照招式舞动会有剑气等附加效果 +/// +public class Item_SwordSpectrum : ItemBase +{ + + public override string name => "剑术大师的剑谱"; + + public override string iconPath => "art/ui/item/spectrum"; + +} \ No newline at end of file -- cgit v1.1-26-g67d0