summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Props/Prop_NuclearBomb.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Props/Prop_NuclearBomb.cs')
-rw-r--r--SurvivalTest/Assets/Scripts/Props/Prop_NuclearBomb.cs14
1 files changed, 14 insertions, 0 deletions
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