summaryrefslogtreecommitdiff
path: root/marching/Assets/Scripts/Perks/PerkBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'marching/Assets/Scripts/Perks/PerkBase.cs')
-rw-r--r--marching/Assets/Scripts/Perks/PerkBase.cs27
1 files changed, 6 insertions, 21 deletions
diff --git a/marching/Assets/Scripts/Perks/PerkBase.cs b/marching/Assets/Scripts/Perks/PerkBase.cs
index b5cb22b..18e39ea 100644
--- a/marching/Assets/Scripts/Perks/PerkBase.cs
+++ b/marching/Assets/Scripts/Perks/PerkBase.cs
@@ -2,27 +2,12 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
-public class PerkBase : MonoBehaviour
+/// <summary>
+/// 被动技能\状态加成
+/// </summary>
+public class PerkBase
{
- #region 序列化
-
- #endregion
-
- #region 公共字段
-
- #endregion
-
- #region 私有字段
-
- #endregion
-
- private void Awake()
- {
- // 私有字段赋值
-
- // 公共字段赋值
-
- // 初始化
- }
+
+
}