Unstable 1.1.14.0

This commit is contained in:
Markus Isberg
2023-10-02 16:43:54 +03:00
parent 94f5a93a0c
commit cf8f0de659
606 changed files with 21906 additions and 11456 deletions
@@ -55,7 +55,7 @@ namespace Steamworks
public abstract class SteamClass
{
internal abstract void InitializeInterface( bool server );
internal abstract bool InitializeInterface( bool server );
internal abstract void DestroyInterface( bool server );
}
@@ -65,9 +65,9 @@ namespace Steamworks
internal static SteamInterface? InterfaceClient;
internal static SteamInterface? InterfaceServer;
internal override void InitializeInterface( bool server )
internal override bool InitializeInterface( bool server )
{
return false;
}
internal virtual void SetInterface( bool server, SteamInterface iface )
@@ -101,9 +101,9 @@ namespace Steamworks
{
internal static SteamInterface? Interface;
internal override void InitializeInterface( bool server )
internal override bool InitializeInterface( bool server )
{
return false;
}
internal virtual void SetInterface( bool server, SteamInterface iface )
@@ -124,9 +124,9 @@ namespace Steamworks
{
internal static SteamInterface? Interface;
internal override void InitializeInterface( bool server )
internal override bool InitializeInterface( bool server )
{
return false;
}
internal virtual void SetInterface( bool server, SteamInterface iface )