mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-04 17:50:43 +03:00
Make NetKeyValue partial to support the added functions
This commit is contained in:
parent
6291c8f117
commit
d8b6cf7c83
@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
|
||||
namespace Steamworks.Data
|
||||
{
|
||||
[StructLayout( LayoutKind.Explicit, Pack = Platform.StructPlatformPackSize )]
|
||||
internal struct NetKeyValue
|
||||
internal partial struct NetKeyValue
|
||||
{
|
||||
[FieldOffset(0)]
|
||||
internal NetConfig Value; // m_eValue ESteamNetworkingConfigValue
|
||||
|
Loading…
x
Reference in New Issue
Block a user