veloren/server
Marcel Märtens 017e004309 Rename enums to allow a super enum in the future, but i am not yet sure if we want to introduce this yet
```
//This is a helper structure, containing all possible data send over
pub enum ClientMsg {
    Initial(ClientType),
    General(ClientGeneralMsg),
    InGame(ClientInGameMsg),
    NotInGame(ClientNotInGameMsg),
    Register(ClientRegisterMsg),
    Ping(PingMsg)
}
```
2020-10-11 22:49:25 +02:00
..
src Rename enums to allow a super enum in the future, but i am not yet sure if we want to introduce this yet 2020-10-11 22:49:25 +02:00
Cargo.toml * Moved migrations to beginning of server initialisation 2020-09-17 23:02:14 +00:00