Exemplo n.º 1
0
 public ResponseEnterWorld(byte[] source)
 {
     initReceiveStream(source);
     status = (EnterWorldStatus)reader.ReadByte();
     myId   = reader.ReadByte();
 }
Exemplo n.º 2
0
 public ResponseEnterWorld(byte[] source)
 {
     initReceiveStream(source);
     status = (EnterWorldStatus)reader.ReadByte();
     myId = reader.ReadByte();
 }