mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-13 10:42:54 +00:00
Change-Id: If81bd9f1cf2db8fd6a38752f6a36648e5e4423dc
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.l2jserver.game.net.packet;
|
||||
|
||||
import com.google.inject.AbstractModule;
|
||||
import com.l2jserver.game.net.packet.client.ProtocolVersionPacket;
|
||||
|
||||
public class ServerPacketModule extends AbstractModule {
|
||||
@Override
|
||||
protected void configure() {
|
||||
bind(ProtocolVersionPacket.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user