mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-16 12:50:17 +00:00
Update document
This commit is contained in:
@@ -64,3 +64,15 @@ private IEnumerator InitializeYooAsset()
|
||||
}
|
||||
````
|
||||
|
||||
**资源文件解密**
|
||||
|
||||
````c#
|
||||
public class BundleDecryption : IDecryptionServices
|
||||
{
|
||||
public ulong GetFileOffset(BundleInfo bundleInfo)
|
||||
{
|
||||
return 32;
|
||||
}
|
||||
}
|
||||
````
|
||||
|
||||
|
||||
Reference in New Issue
Block a user