This commit is contained in:
2025-11-28 16:54:56 +09:00
parent 23176551b7
commit 8f18415f25
841 changed files with 67879 additions and 12265 deletions

View File

@@ -12,6 +12,9 @@ using YamlDotNet.Serialization.NamingConventions;
namespace ServerCore;
// HANDOVER: Config 정보를 Json & Yaml 기반으로 관리해 주는 클래스 이다.
public sealed class ConfigManager
{
private readonly Dictionary<uint, (string path, string type)> m_key_to_source = new();