Make NetKeyValue partial to support the added functions

This commit is contained in:
Garry Newman 2020-09-04 10:01:39 +01:00
parent 6291c8f117
commit d8b6cf7c83

View File

@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
namespace Steamworks.Data namespace Steamworks.Data
{ {
[StructLayout( LayoutKind.Explicit, Pack = Platform.StructPlatformPackSize )] [StructLayout( LayoutKind.Explicit, Pack = Platform.StructPlatformPackSize )]
internal struct NetKeyValue internal partial struct NetKeyValue
{ {
[FieldOffset(0)] [FieldOffset(0)]
internal NetConfig Value; // m_eValue ESteamNetworkingConfigValue internal NetConfig Value; // m_eValue ESteamNetworkingConfigValue