mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-26 10:40:14 +00:00
refactor : wechat game support
提供对微信小游戏缓存的查询接口
This commit is contained in:
@@ -150,5 +150,10 @@ namespace YooAsset
|
||||
/// 内置资源查询服务接口
|
||||
/// </summary>
|
||||
public IBuildinQueryServices BuildinQueryServices = null;
|
||||
|
||||
/// <summary>
|
||||
/// 微信缓存查询服务接口
|
||||
/// </summary>
|
||||
public IWechatQueryServices WechatQueryServices = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user