namespace YooAsset { /// /// 资源清单文件处理服务接口 /// public interface IManifestRestoreServices { /// /// 还原资源清单(解压或解密) /// byte[] RestoreManifest(byte[] fileData); } }