You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to allocate the body object elsewhere and then pass it in for use in the ClientGCMsgProtobuf, rather than having to copy all the properties over to a new object.
The text was updated successfully, but these errors were encountered:
Why is there no client send constructor for ClientGCMsgProtobuf that allows you to specify a pre-allocated Body?
SteamKit/SteamKit2/SteamKit2/Base/GC/ClientMsgGC.cs
Line 215 in 32c1a6f
I'd like to allocate the body object elsewhere and then pass it in for use in the ClientGCMsgProtobuf, rather than having to copy all the properties over to a new object.
The text was updated successfully, but these errors were encountered: