netcode
netcode copied to clipboard
Rust implementation of the netcode protocol
Results
1
netcode issues
Sort by
recently updated
recently updated
newest added
This may be a dumb question. For methods like `Server.send`, why do we take the `ClientIndex` as an arg over the `ClientId`? `ClientIndex` feels like a implementation detail, and `ClientId`...