refactor : wechat game support

提供对微信小游戏缓存的查询接口
This commit is contained in:
hevinci
2024-04-11 19:51:34 +08:00
parent e743a15fbc
commit 370329b07d
5 changed files with 40 additions and 16 deletions

View File

@@ -150,5 +150,10 @@ namespace YooAsset
/// 内置资源查询服务接口
/// </summary>
public IBuildinQueryServices BuildinQueryServices = null;
/// <summary>
/// 微信缓存查询服务接口
/// </summary>
public IWechatQueryServices WechatQueryServices = null;
}
}