|
* None of the code in packet_out.py was written by gnufrk (the code was created from analysis
of the mana client), the PacketOut/PacketIn classes were written by me.
* The values in protocol.py are generic eathena/tmw-eathena values, these were taken from the
mana client.
* Note the only code that isn't mine/ours is the PacketBuffer; and that is pretty much just a python
rewrite of the C++ mana client code. His implementation was simplistic (without the PacketIn class
to actually add some proper understanding to packet)
|