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