Пример #1
0
 // Constructor
 public PacketForge(Connection connection)
 {
     first_packet_ = true;
     login_ = true;
     connection_ = connection;
     blowfish_cipher_ = new BlowfishEngine();
     crypt_ = new Crypt();
     output_ = OutputDebug.get_instance();
 }
Пример #2
0
 // Constructor
 public PacketForge(Connection connection)
 {
     first_packet_    = true;
     login_           = true;
     connection_      = connection;
     blowfish_cipher_ = new BlowfishEngine();
     crypt_           = new Crypt();
     output_          = OutputDebug.get_instance();
 }