MagicBot
7 months ago
240 changed files with 246 additions and 317 deletions
@ -1,11 +1,9 @@ |
|||||||
package engine.net.client; |
package engine.net; |
||||||
|
|
||||||
/* This class defines Magicbane's application network protocol. |
/* This class defines Magicbane's application network protocol. |
||||||
--> Name / Opcode / Message / Handler |
--> Name / Opcode / Message / Handler |
||||||
*/ |
*/ |
||||||
|
|
||||||
import engine.net.AbstractConnection; |
|
||||||
import engine.net.ByteBufferReader; |
|
||||||
import engine.net.client.handlers.*; |
import engine.net.client.handlers.*; |
||||||
import engine.net.client.msg.*; |
import engine.net.client.msg.*; |
||||||
import engine.net.client.msg.chat.*; |
import engine.net.client.msg.chat.*; |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue