diff options
author | chai <chaifix@163.com> | 2022-04-25 00:02:36 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-04-25 00:02:36 +0800 |
commit | 7ce71eb22dfcb1c0ee06560f41570c10a9df1bab (patch) | |
tree | 7c0c9b5ccd3449eae3db9a0077bb770d27b58fb7 /SurvivalTest/Assets/Scripts/Equips/RailGun/RailGun.cs | |
parent | d69adc7009c7953749b59ace2518c0a7c99faa47 (diff) |
*decorations
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Equips/RailGun/RailGun.cs')
-rw-r--r-- | SurvivalTest/Assets/Scripts/Equips/RailGun/RailGun.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Equips/RailGun/RailGun.cs b/SurvivalTest/Assets/Scripts/Equips/RailGun/RailGun.cs new file mode 100644 index 0000000..0ffb5eb --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Equips/RailGun/RailGun.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class RailGun : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} |