mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-03 01:00:34 +03:00
CheckFileSignature => CheckFileSignatureAsync
This commit is contained in:
parent
10a82adca9
commit
87cd93bfde
@ -80,7 +80,7 @@ namespace Steamworks
|
||||
[TestMethod]
|
||||
public async Task CheckFileSignature()
|
||||
{
|
||||
var sig = await SteamUtils.CheckFileSignature( "hl2.exe" );
|
||||
var sig = await SteamUtils.CheckFileSignatureAsync( "hl2.exe" );
|
||||
Console.WriteLine( $"{sig}" );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user