summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs b/WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs
index 8dbb161..49c6933 100644
--- a/WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs
+++ b/WorldlineKeepers/Assets/Scripts/Stats/CharacterStatsBase.cs
@@ -61,6 +61,11 @@ namespace WK
}
}
+ //public T Access<T>()
+ //{
+ // return null;
+ //}
+
}
}