// Constructor public PacketForge(Connection connection) { first_packet_ = true; login_ = true; connection_ = connection; blowfish_cipher_ = new BlowfishEngine(); crypt_ = new Crypt(); output_ = OutputDebug.get_instance(); }