Esempio n. 1
0
 public void Write(ByteArray by)
 {
     by.WriteByte((byte)type);
     by.WriteUInt(obj_type);
     by.WriteLong(obj_value);
 }
 public void Write(ByteArray by)
 {
     by.WriteLong(char_idx);
     by.WriteString(char_name);
 }
 public void Write(ByteArray by)
 {
     by.WriteUShort((ushort)type);
     by.WriteUShort(count);
     by.WriteLong(cd_time);
 }
Esempio n. 4
0
 public void Write(ByteArray by)
 {
     by.WriteUShort(srv_uid);
     by.WriteLong(conn_idx);
 }
Esempio n. 5
0
 public void Write(ByteArray by)
 {
     by.WriteUShort((ushort)type);
     by.WriteUInt(obj_type);
     by.WriteLong(obj_idx);
 }