Пример #1
0
 public bool GetConnectionDebugText(Connection connection, StringBuilder debugText, int debugLength)
 {
     return(Native.SteamAPI_ISteamNetworkingSockets_GetConnectionDebugText(nativeSockets, connection, debugText, debugLength));
 }