Expand description
Unless you want to go extreme, you will not need to understand what are
inside this file except the Handler trait. Any modifications you make in
this file may result in some undefined behaviors or consequences. Do it as
your own risk :)
Modules§
Traits§
- Handler
Handleris provided as the trait that players can implement to interact with the game server.
Functions§
- run
- Begin the client-side game loop, using the provided struct that implements
Handlerto act on behalf of the player.