Skip NetIdentity

This commit is contained in:
Garry Newman 2020-02-12 16:00:26 +00:00
parent fb3017251e
commit 14ff61e59b
2 changed files with 1 additions and 8 deletions

View File

@ -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
{

View File

@ -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;
}