mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-30 13:38:46 +00:00
fix : 修正小游戏脚本编译错误
This commit is contained in:
@@ -107,7 +107,7 @@ internal class TiktokFileSystem : IFileSystem
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 自定义参数:资源清单服务类
|
/// 自定义参数:资源清单服务类
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public IManifestServices ManifestServices { private set; get; }
|
public IManifestRestoreServices ManifestServices { private set; get; }
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
@@ -169,7 +169,7 @@ internal class TiktokFileSystem : IFileSystem
|
|||||||
}
|
}
|
||||||
else if (name == FileSystemParametersDefine.MANIFEST_SERVICES)
|
else if (name == FileSystemParametersDefine.MANIFEST_SERVICES)
|
||||||
{
|
{
|
||||||
ManifestServices = (IManifestServices)value;
|
ManifestServices = (IManifestRestoreServices)value;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ internal class WechatFileSystem : IFileSystem
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 自定义参数:资源清单服务类
|
/// 自定义参数:资源清单服务类
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public IManifestServices ManifestServices { private set; get; }
|
public IManifestRestoreServices ManifestServices { private set; get; }
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
@@ -184,7 +184,7 @@ internal class WechatFileSystem : IFileSystem
|
|||||||
}
|
}
|
||||||
else if (name == FileSystemParametersDefine.MANIFEST_SERVICES)
|
else if (name == FileSystemParametersDefine.MANIFEST_SERVICES)
|
||||||
{
|
{
|
||||||
ManifestServices = (IManifestServices)value;
|
ManifestServices = (IManifestRestoreServices)value;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user