コード例 #1
0
ファイル: SystemPackets.cs プロジェクト: Pakrik/swtor-emu
 public void WritePacket(Commons.Networking.AsyncConnection connection, Commons.Networking.ByteBuffer packet)
 {
     packet.WriteUInt(0xFFFFFFFF);
     packet.WriteUInt(_id);
     packet.WriteString(_data1);
     packet.WriteString(_data2);
     packet.WriteString(_sig);
     packet.WriteLong(0);
     packet.WriteInt(1);
     packet.WriteByte(0);
     packet.WriteLong(1);
     packet.WriteInt(0);
     packet.WriteByte(0);
 }
コード例 #2
0
ファイル: unknown.cs プロジェクト: valeIT/swtor-emu
 public void WritePacket(Commons.Networking.AsyncConnection connection, Commons.Networking.ByteBuffer packet)
 {
     packet.WriteUInt(0x35059);
     packet.WriteByte(1);
 }