[][src]Module rusty_sword_arena::net

The networking module that will be used by your client

Structs

ConnectionToServer

This is your client's network connection to the server. The methods abstract away all the actual object serialization and network communication. Hooray for encapsulation!