This commit is contained in:
2024-11-23 21:20:10 +08:00
parent c4a0b4a377
commit 55ceaf239e
36 changed files with 706 additions and 2162 deletions
@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json.Serialization;
using UnityEngine;
namespace AibisDream.Kit
@@ -69,5 +70,9 @@ namespace AibisDream.Kit
{
return _baseConfigDic.TryGetValue(key, out value);
}
// public bool TryToLoadConfig<T>(string path, string key, out T res)
// {
// }
}
}