initial commit
This commit is contained in:
parent
3c9ee26b06
commit
22186c33b9
1458 changed files with 282792 additions and 0 deletions
12
java/src/game/network/NetHandlerHandshakeServer.java
Executable file
12
java/src/game/network/NetHandlerHandshakeServer.java
Executable file
|
@ -0,0 +1,12 @@
|
|||
package game.network;
|
||||
|
||||
import game.packet.HPacketHandshake;
|
||||
|
||||
public abstract class NetHandlerHandshakeServer extends NetHandler
|
||||
{
|
||||
public abstract void processHandshake(HPacketHandshake packetIn);
|
||||
|
||||
public void onDisconnect(String reason)
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue