diff --git a/Plugins/Steamworks.NET/types/SteamNetworkingTypes/SteamNetworkingConfigValue_t.cs b/Plugins/Steamworks.NET/types/SteamNetworkingTypes/SteamNetworkingConfigValue_t.cs index c99d26a0..70e7b3af 100644 --- a/Plugins/Steamworks.NET/types/SteamNetworkingTypes/SteamNetworkingConfigValue_t.cs +++ b/Plugins/Steamworks.NET/types/SteamNetworkingTypes/SteamNetworkingConfigValue_t.cs @@ -53,7 +53,7 @@ public struct OptionValue public float m_float; [FieldOffset(0)] - public string m_string; // Points to your '\0'-terminated buffer + public IntPtr m_string; // Points to your '\0'-terminated buffer [FieldOffset(0)] public IntPtr m_functionPtr;