Exemple #1
0
 public bool ReadUintFromPacket(
     ref CompressionInfo.UnsignedInteger compressionInfo,
     out uint output)
 {
     return(ScriptingInterfaceOfIMBNetwork.call_ReadUintFromPacketDelegate(ref compressionInfo, out output));
 }