mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-17 21:30:13 +00:00
11 lines
192 B
C#
11 lines
192 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public interface IDecryptionServices
|
|
{
|
|
/// <summary>
|
|
/// 获取加密文件的数据偏移量
|
|
/// </summary>
|
|
ulong GetFileOffset(BundleInfo bundleInfo);
|
|
}
|
|
} |