Skip to content

Commit

Permalink
Make flags field public
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrighthere authored Feb 28, 2020
1 parent 963d1a0 commit a4e03dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ValveSockets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a4e03dc

Please sign in to comment.