veloren/common/src/msg
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
..
client.rs 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
ecs_packet.rs Beam tick rate now more responsive when aiming. 2020-09-29 19:48:14 -05:00
mod.rs 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
server.rs 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