From 8131033510c711248de1904649cfa1dbe4bbe69f Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Apr 2022 10:09:11 +0800 Subject: *rename item to prop --- SurvivalTest/Assets/Scripts/Props/Prop_NuclearBomb.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SurvivalTest/Assets/Scripts/Props/Prop_NuclearBomb.cs (limited to 'SurvivalTest/Assets/Scripts/Props/Prop_NuclearBomb.cs') diff --git a/SurvivalTest/Assets/Scripts/Props/Prop_NuclearBomb.cs b/SurvivalTest/Assets/Scripts/Props/Prop_NuclearBomb.cs new file mode 100644 index 0000000..576e24e --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Props/Prop_NuclearBomb.cs @@ -0,0 +1,14 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Prop_NuclearBomb : PropBase +{ + public override string name => "ΊΛ΅―ΓάΒλΟδ"; + + public override string iconPath => "art/ui/propicon/nuclear_bomb"; + + public override void OnUse(GameObject owner) + { + } +} \ No newline at end of file -- cgit v1.1-26-g67d0