Crate victorem

Source

Structs§

ClientSocket
Client used to communicate with GameServer. Must be singleton in your app.
GameServer
Game server to run Game

Enums§

Exception
Error in framework
ServerEvent
Events from server.

Constants§

MAX_DATAGRAM_SIZE

Traits§

Game
Game to use with server must implement this trait.

Type Aliases§

ContinueRunning