diff options
| author | chai <215380520@qq.com> | 2023-05-11 19:14:31 +0800 |
|---|---|---|
| committer | chai <215380520@qq.com> | 2023-05-11 19:14:31 +0800 |
| commit | b8a694746562b37dc8dc5b8b5aec8612bb0964fc (patch) | |
| tree | afedcf84a2f1715edc95a77a0d9bf3437d5d0bfd /marching/Assets/Scripts/Buffs/BuffBase.cs | |
| parent | b57d658d42b0cb55d4b63ca5da97177c0848d7e6 (diff) | |
+misc
Diffstat (limited to 'marching/Assets/Scripts/Buffs/BuffBase.cs')
| -rw-r--r-- | marching/Assets/Scripts/Buffs/BuffBase.cs | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/marching/Assets/Scripts/Buffs/BuffBase.cs b/marching/Assets/Scripts/Buffs/BuffBase.cs deleted file mode 100644 index 017d23f..0000000 --- a/marching/Assets/Scripts/Buffs/BuffBase.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class BuffBase : MonoBehaviour -{ - #region 序列化 - - #endregion - - #region 公共字段 - - #endregion - - #region 私有字段 - - #endregion - - private void Awake() - { - // 私有字段赋值 - - // 公共字段赋值 - - // 初始化 - } - -} |
