diff options
author | chai <chaifix@163.com> | 2022-04-24 19:10:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-04-24 19:10:43 +0800 |
commit | d69adc7009c7953749b59ace2518c0a7c99faa47 (patch) | |
tree | 113b15cd7861b600dc001ab203999fd59adb26f1 /SurvivalTest/Assets/Scripts/Equips/Equip_LightSaber.cs | |
parent | 6158af99ad803d9e29096ee6f65026d5e0db0f1f (diff) |
+ light saber
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Equips/Equip_LightSaber.cs')
-rw-r--r-- | SurvivalTest/Assets/Scripts/Equips/Equip_LightSaber.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/SurvivalTest/Assets/Scripts/Equips/Equip_LightSaber.cs b/SurvivalTest/Assets/Scripts/Equips/Equip_LightSaber.cs deleted file mode 100644 index a82ddc7..0000000 --- a/SurvivalTest/Assets/Scripts/Equips/Equip_LightSaber.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class Equip_LightSaber : EquipBase -{ - public override string name => "¹â½£"; - - public override string iconPath => "art/ui/equipicon/light_saber"; - - public override AutoMode autoMode => AutoMode.Interval; - - public override float interval => 5f; - - public override void OnTrigger(GameObject owner) - { - } -}
\ No newline at end of file |