mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 23:28:11 +03:00
Skip NetIdentity
This commit is contained in:
parent
fb3017251e
commit
14ff61e59b
@ -192,14 +192,6 @@ namespace Steamworks.Data
|
||||
|
||||
}
|
||||
|
||||
[StructLayout( LayoutKind.Sequential, Pack = Platform.StructPlatformPackSize )]
|
||||
internal struct NetIdentity
|
||||
{
|
||||
internal NetIdentityType Type; // m_eType ESteamNetworkingIdentityType
|
||||
internal int CbSize; // m_cbSize int
|
||||
|
||||
}
|
||||
|
||||
[StructLayout( LayoutKind.Sequential, Pack = Platform.StructPlatformPackSize )]
|
||||
internal struct SteamNetworkingQuickConnectionStatus
|
||||
{
|
||||
|
@ -74,6 +74,7 @@ public static class Cleanup
|
||||
if ( type == "NetConfig_t" ) return false;
|
||||
if ( type == "ConnectionInfo" ) return false;
|
||||
if ( type == "SteamNetworkingIPAddr" ) return false;
|
||||
if ( type == "NetIdentity" ) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user