From 0e63c4a2c6dec8dfa260501fb7d73750261ea7b7 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Sat, 25 Nov 2023 18:39:02 +0800 Subject: + init --- .../Steamworks/ESteamNetworkingGetConfigValueResult.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Assembly_Firstpass/Steamworks/ESteamNetworkingGetConfigValueResult.cs (limited to 'Assembly_Firstpass/Steamworks/ESteamNetworkingGetConfigValueResult.cs') diff --git a/Assembly_Firstpass/Steamworks/ESteamNetworkingGetConfigValueResult.cs b/Assembly_Firstpass/Steamworks/ESteamNetworkingGetConfigValueResult.cs new file mode 100644 index 0000000..678077f --- /dev/null +++ b/Assembly_Firstpass/Steamworks/ESteamNetworkingGetConfigValueResult.cs @@ -0,0 +1,11 @@ +namespace Steamworks; + +public enum ESteamNetworkingGetConfigValueResult +{ + k_ESteamNetworkingGetConfigValue_BadValue = -1, + k_ESteamNetworkingGetConfigValue_BadScopeObj = -2, + k_ESteamNetworkingGetConfigValue_BufferTooSmall = -3, + k_ESteamNetworkingGetConfigValue_OK = 1, + k_ESteamNetworkingGetConfigValue_OKInherited = 2, + k_ESteamNetworkingGetConfigValueResult__Force32Bit = int.MaxValue +} -- cgit v1.1-26-g67d0