summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Buff/BuffBase.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-04-25 14:38:07 +0800
committerchai <chaifix@163.com>2022-04-25 14:38:07 +0800
commitb1b0925ee2acf37639c3d211351d74e957c4d134 (patch)
treee7139984b8ac250a97f2148c47b11d2763d3fc3d /SurvivalTest/Assets/Scripts/Buff/BuffBase.cs
parent7eb9351d905ddf6316fd6b177fff967fbac6fc94 (diff)
* lock aim
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Buff/BuffBase.cs')
-rw-r--r--SurvivalTest/Assets/Scripts/Buff/BuffBase.cs18
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()
+ {
+
+ }
+}