Update IDecryptionServices.cs

pull/326/head
absences 2024-07-29 14:34:21 +08:00 committed by GitHub
parent c6377ce544
commit 0d5558f29f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@ namespace YooAsset
/// </summary>
/// <param name="encryptData"></param>
/// <returns></returns>
public byte[] ReadFileData(byte[] encryptData);
byte[] ReadFileData(byte[] encryptData);
}
}