mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-03 17:20:45 +03:00
Removed SteamClient.OnCallbackException, SteamServer.OnCallbackException
This commit is contained in:
parent
e6c0167c48
commit
c24b247094
@ -89,11 +89,8 @@ namespace Steamworks
|
||||
openInterfaces.Clear();
|
||||
}
|
||||
|
||||
public static Action<Exception> OnCallbackException;
|
||||
|
||||
public static bool IsValid => initialized;
|
||||
|
||||
|
||||
public static void Shutdown()
|
||||
{
|
||||
if ( !IsValid ) return;
|
||||
|
@ -22,9 +22,6 @@ namespace Steamworks
|
||||
|
||||
public static bool IsValid => Internal != null && Internal.IsValid;
|
||||
|
||||
|
||||
public static Action<Exception> OnCallbackException;
|
||||
|
||||
internal static void InstallEvents()
|
||||
{
|
||||
Dispatch.Install<ValidateAuthTicketResponse_t>( x => OnValidateAuthTicketResponse?.Invoke( x.SteamID, x.OwnerSteamID, x.AuthSessionResponse ), true );
|
||||
|
Loading…
x
Reference in New Issue
Block a user