2
0
mirror of https://github.com/Facepunch/Facepunch.Steamworks.git synced 2025-07-13 00:36:20 +03:00

Merge pull request from Agoxandr/fixtypo

Fix typo SteamNetworkingUtils.LocalTimestamp
This commit is contained in:
Garry Newman 2019-07-01 10:07:55 +01:00 committed by GitHub
commit 1273b5985f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,7 +79,7 @@ namespace Steamworks
} }
} }
public static long LocalTimetamp => Internal.GetLocalTimestamp(); public static long LocalTimestamp => Internal.GetLocalTimestamp();
/// <summary> /// <summary>