Update IDecryptionServices.cs

This commit is contained in:
absences
2024-07-29 14:34:21 +08:00
committed by GitHub
parent c6377ce544
commit 0d5558f29f

View File

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