Esempio n. 1
0
 public static _PACKET_USER_ACMD_USER_ONLINE PACKET_USER_ACMD_USER_ONLINE(_DTO_charactor dto)
 {
     return(new _PACKET_USER_ACMD_USER_ONLINE(dto));
 }
Esempio n. 2
0
 public static void CALL_USER_ACMD_USER_ONLINE(this INetTransmitter transmitter, _DTO_charactor dto)
 {
     transmitter.Send(new _PACKET_USER_ACMD_USER_ONLINE(dto));
 }
Esempio n. 3
0
 public static _PACKET_USER_ACMD_USER_INFOS PACKET_USER_ACMD_USER_INFOS(_DTO_charactor dto)
 {
     return(new _PACKET_USER_ACMD_USER_INFOS(dto));
 }
 protected override void InternalDeserialize(StreamBuffer buffer)
 {
     base.InternalDeserialize(buffer);
     this.dto = new _DTO_charactor();
     this.dto.Deserialize(buffer);
 }
 public _PACKET_USER_ACMD_USER_INFOS(string name, string uid) : base(101, 32001)
 {
     this.dto = new _DTO_charactor(name, uid);
 }
 public _PACKET_USER_ACMD_USER_INFOS(_DTO_charactor dto) : base(101, 32001)
 {
     this.dto = dto;
 }
Esempio n. 7
0
 public _PACKET_USER_ACMD_USER_ONLINE(_DTO_charactor dto) : base(101, 32002)
 {
     this.dto = dto;
 }