1128
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user