gameServer2/src/protocol/test.rs
changeset 13520 1ee192f13456
parent 13482 7f3289a239dd
child 13524 5359ff75da3a
equal deleted inserted replaced
13485:c85b324c4c2d 13520:1ee192f13456
   116         5 => Watch(Ascii),
   116         5 => Watch(Ascii),
   117         6 => ToggleServerRegisteredOnly(),
   117         6 => ToggleServerRegisteredOnly(),
   118         7 => SuperPower(),
   118         7 => SuperPower(),
   119         8 => Info(Ascii),
   119         8 => Info(Ascii),
   120         9 => Nick(Ascii),
   120         9 => Nick(Ascii),
   121         10 => Proto(u32),
   121         10 => Proto(u16),
   122         11 => Password(Ascii, Ascii),
   122         11 => Password(Ascii, Ascii),
   123         12 => Checker(u32, Ascii, Ascii),
   123         12 => Checker(u32, Ascii, Ascii),
   124         13 => List(),
   124         13 => List(),
   125         14 => Chat(Ascii),
   125         14 => Chat(Ascii),
   126         15 => CreateRoom(Ascii, Option<Ascii>),
   126         15 => CreateRoom(Ascii, Option<Ascii>),