Type Alias voxelize::MessageType

source ·
pub type MessageType = Type;

Aliased Type§

enum MessageType {
Show 15 variants Init = 0, Join = 1, Leave = 2, Error = 3, Peer = 4, Entity = 5, Load = 6, Unload = 7, Update = 8, Method = 9, Chat = 10, Transport = 11, Event = 12, Action = 13, Stats = 14,
}

Variants§

§

Init = 0

§

Join = 1

§

Leave = 2

§

Error = 3

§

Peer = 4

§

Entity = 5

§

Load = 6

§

Unload = 7

§

Update = 8

§

Method = 9

§

Chat = 10

§

Transport = 11

§

Event = 12

§

Action = 13

§

Stats = 14