From dbf4ea119100f571b3710568dfdc2e09dcec2a61 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Wed, 31 May 2023 09:21:51 +0800 Subject: *misc --- .../Assets/Scripts/Data/DataManager_Data.cs | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 WorldlineKeepers/Assets/Scripts/Data/DataManager_Data.cs (limited to 'WorldlineKeepers/Assets/Scripts/Data/DataManager_Data.cs') diff --git a/WorldlineKeepers/Assets/Scripts/Data/DataManager_Data.cs b/WorldlineKeepers/Assets/Scripts/Data/DataManager_Data.cs new file mode 100644 index 0000000..d16c785 --- /dev/null +++ b/WorldlineKeepers/Assets/Scripts/Data/DataManager_Data.cs @@ -0,0 +1,24 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace WK.Data +{ + + /// + /// 所有配置数据 + /// + public partial class DataManager : Singleton + { + // 文件列表 + private Dictionary m_Filelist = new Dictionary(); + + private Dictionary m_CharacterStatsMetadata = new Dictionary(); + private Dictionary m_BuffMetadata = new Dictionary(); + private Dictionary m_CharacterMetadata = new Dictionary(); + + + + } + +} -- cgit v1.1-26-g67d0