Module veloren_server::client
source · Structs§
- Client handles ALL network related information of everything that connects to the server Client DOES NOT handle game states Client DOES NOT handle network information that is only relevant to some “things” connecting to the server (there is currently no such case). First a Client connects to the game, when it registers, it gets the
Player
component, when it enters the game it gets theInGame
component.