mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-03 17:20:45 +03:00
Fixes
This commit is contained in:
parent
ede5320069
commit
353ddc5a8d
@ -56,6 +56,11 @@ namespace Steamworks
|
||||
}
|
||||
}
|
||||
|
||||
public static void Shutdown()
|
||||
{
|
||||
// TODO.
|
||||
}
|
||||
|
||||
internal static void RegisterCallback( IntPtr intPtr, int callbackId )
|
||||
{
|
||||
SteamApi.RegisterCallback( intPtr, callbackId );
|
||||
|
@ -19,5 +19,7 @@ namespace Steamworks
|
||||
{
|
||||
return value.Value;
|
||||
}
|
||||
|
||||
public override string ToString() => Value.ToString();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user