diff options
author | chai <215380520@qq.com> | 2023-05-26 19:12:36 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-26 19:12:36 +0800 |
commit | 38e177b0fdf130d6a361ab51c80b5b56ee83f28e (patch) | |
tree | 004cbaedc5a7be0b84bc4e05335800775f74e642 /WorldlineKeepers/Assets/Scripts/Data/DataManager.cs | |
parent | 5bb5da4caebfdc8627e331b4eb5c53457316ec44 (diff) |
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Data/DataManager.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Data/DataManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Data/DataManager.cs b/WorldlineKeepers/Assets/Scripts/Data/DataManager.cs index 1c148ee..2667736 100644 --- a/WorldlineKeepers/Assets/Scripts/Data/DataManager.cs +++ b/WorldlineKeepers/Assets/Scripts/Data/DataManager.cs @@ -17,7 +17,7 @@ namespace WK.Data private Dictionary<string/*uid*/, BuffMetadata> m_BuffMetadata = new Dictionary<string, BuffMetadata>(); private Dictionary<string/*uid*/, CharacterMetadata> m_CharacterMetadata = new Dictionary<string, CharacterMetadata>(); - private Dictionary<int, MetadataFile> m_Filelist = new Dictionary<int, MetadataFile>(); + private Dictionary<EFileKey, MetadataFile> m_Filelist = new Dictionary<EFileKey, MetadataFile>(); public CharacterStatsMetadata GetCharacterStats(string uid) { |