diff options
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; - //} - } } |