diff options
author | chai <chaifix@163.com> | 2022-04-25 14:38:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-04-25 14:38:07 +0800 |
commit | b1b0925ee2acf37639c3d211351d74e957c4d134 (patch) | |
tree | e7139984b8ac250a97f2148c47b11d2763d3fc3d /SurvivalTest/Assets/Scripts/Buff/BuffBase.cs | |
parent | 7eb9351d905ddf6316fd6b177fff967fbac6fc94 (diff) |
* lock aim
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Buff/BuffBase.cs')
-rw-r--r-- | SurvivalTest/Assets/Scripts/Buff/BuffBase.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Buff/BuffBase.cs b/SurvivalTest/Assets/Scripts/Buff/BuffBase.cs new file mode 100644 index 0000000..4e8149a --- /dev/null +++ b/SurvivalTest/Assets/Scripts/Buff/BuffBase.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class BuffBase : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} |