RegisterEncoded() public static method

public static RegisterEncoded ( int packetID, bool ingame, OnEncodedPacketReceive onReceive ) : void
packetID int
ingame bool
onReceive OnEncodedPacketReceive
return void
Exemplo n.º 1
0
 public static void Initialize()
 {
     PacketHandlers.RegisterEncoded(0x1E, true, new OnEncodedPacketReceive(EquipLastWeaponRequest));
 }
Exemplo n.º 2
0
 public static void Initialize()
 {
     PacketHandlers.RegisterEncoded(0x1E, true, EquipLastWeaponRequest);
 }