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
Well my question is pretty simple, i took a look into the documentation and saw examples on how you send and receive classes. But what about structs ? Can we send and receive those too without boxing them ?
The text was updated successfully, but these errors were encountered:
What do you mean "send classes"? The data that Lidgren takes in is NetOutgoingMessage/NetIncomingMessage which you can fill in yourself, so there should be no problem filling it in with whatever struct data you have.
Well my question is pretty simple, i took a look into the documentation and saw examples on how you send and receive classes. But what about structs ? Can we send and receive those too without boxing them ?
The text was updated successfully, but these errors were encountered: