diff options
author | chai <215380520@qq.com> | 2023-06-28 21:00:55 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-06-28 21:00:55 +0800 |
commit | 05cb0609b1ddef5380a7c9442605cbfdad4df192 (patch) | |
tree | 1f0414bf1f059d9157772142fd8cf70a5507631c /WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs | |
parent | b97cddeb2c133d563aa78eac87ab3991c233b37f (diff) |
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs b/WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs index 49c6933..b03effa 100644 --- a/WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs +++ b/WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs @@ -28,7 +28,6 @@ namespace WK public Color color; } - /// <summary> /// 运行时角色基础属性 /// </summary> @@ -61,11 +60,6 @@ namespace WK } } - //public T Access<T>() - //{ - // return null; - //} - } } |