gameServer2/src/protocol/test.rs
changeset 13528 c8b626b0a3ad
parent 13524 5359ff75da3a
child 13666 09f4a30e50cc
equal deleted inserted replaced
13527:e3ae9eea0689 13528:c8b626b0a3ad
   158         47 => Unfix(),
   158         47 => Unfix(),
   159         48 => Greeting(Ascii),
   159         48 => Greeting(Ascii),
   160         //49 => CallVote(Option<(String, Option<String>)>),
   160         //49 => CallVote(Option<(String, Option<String>)>),
   161         50 => Vote(bool),
   161         50 => Vote(bool),
   162         51 => ForceVote(bool),
   162         51 => ForceVote(bool),
   163         //52 => Save(String, String),
   163         52 => Save(Ascii, Ascii),
   164         53 => Delete(Ascii),
   164         53 => Delete(Ascii),
   165         54 => SaveRoom(Ascii),
   165         54 => SaveRoom(Ascii),
   166         55 => LoadRoom(Ascii),
   166         55 => LoadRoom(Ascii),
   167         56 => Malformed(),
   167         56 => Malformed(),
   168         57 => Empty()
   168         57 => Empty()