Files
UltimateFishing2020/Assets/Plugins/Assembly-CSharp-firstpass/Steamworks/FSteamNetworkingSocketsDebugOutput.cs
2026-03-04 10:03:45 +08:00

9 lines
262 B
C#

using System.Runtime.InteropServices;
using System.Text;
namespace Steamworks
{
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate void FSteamNetworkingSocketsDebugOutput(ESteamNetworkingSocketsDebugOutputType nType, StringBuilder pszMsg);
}