From a4e03dc50c5c0cc25b417132d0f0b7860fd4436a Mon Sep 17 00:00:00 2001 From: Stanislav Denisov Date: Fri, 28 Feb 2020 22:54:47 +0500 Subject: [PATCH] Make flags field public --- ValveSockets.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ValveSockets.cs b/ValveSockets.cs index e6521a6..d141a1d 100644 --- a/ValveSockets.cs +++ b/ValveSockets.cs @@ -377,7 +377,7 @@ public struct NetworkingMessage { internal IntPtr freeData; internal IntPtr release; public int channel; - private int flags; + public int flags; public long userData; public void CopyTo(byte[] destination) {