改动
This commit is contained in:
@@ -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)
|
||||
// {
|
||||
// }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user