Unstable 1.1.14.0
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user