diff options
author | chai <chaifix@163.com> | 2022-04-25 10:09:11 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-04-25 10:09:11 +0800 |
commit | 8131033510c711248de1904649cfa1dbe4bbe69f (patch) | |
tree | 80e0db1f24c6d624ac412f240f54cc18e626c3d0 /SurvivalTest/Assets/Scripts/Items/Item_NuclearBomb.cs | |
parent | 71ae3d755a03a706d93291ca57c6de8e6f0d5926 (diff) |
*rename item to prop
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Items/Item_NuclearBomb.cs')
-rw-r--r-- | SurvivalTest/Assets/Scripts/Items/Item_NuclearBomb.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/SurvivalTest/Assets/Scripts/Items/Item_NuclearBomb.cs b/SurvivalTest/Assets/Scripts/Items/Item_NuclearBomb.cs deleted file mode 100644 index eb483e2..0000000 --- a/SurvivalTest/Assets/Scripts/Items/Item_NuclearBomb.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class Item_NuclearBomb : ItemBase -{ - public override string name => "ΊΛ΅―ΓάΒλΟδ"; - - public override string iconPath => "art/ui/itemicon/nuclear_bomb"; - - public override void OnUse(GameObject owner) - { - } -}
\ No newline at end of file |