private int Packet_PutInt64Callback(uint _this, Int64 a2)
 {
     if (!isBlacklisted)
     {
         Print("PutInt64: {0} ({1})", a2, a2.ToString("X"));
     }
     return((int)Packet_PutInt64_Detour.CallOriginal(_this, a2));
 }
 public override void OnTerminate()
 {
     Packet_PutFloat_Detour.Remove();
     Packet_PutInt16_Detour.Remove();
     Packet_PutInt32_Detour.Remove();
     Packet_PutInt64_Detour.Remove();
     Packet_PutInt8_Detour.Remove();
     Packet_PutString_Detour.Remove();
     Packet_PutArray_Detour.Remove();
     Packet_PutData_Detour.Remove();
     Packet_SendJam_Detour.Remove();
 }