mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-13 10:42:54 +00:00
Change-Id: If18611eb0a6296da808aead8f1da54be094db2a9
This commit is contained in:
@@ -2,7 +2,6 @@ package com.l2jserver.game.net.packet;
|
||||
|
||||
import org.jboss.netty.buffer.ChannelBuffer;
|
||||
|
||||
import com.google.inject.Injector;
|
||||
import com.l2jserver.game.net.Lineage2Connection;
|
||||
|
||||
public interface ClientPacket extends Packet {
|
||||
@@ -17,8 +16,8 @@ public interface ClientPacket extends Packet {
|
||||
/**
|
||||
* Process the packet
|
||||
*
|
||||
* @param injector
|
||||
* the injector
|
||||
* @param conn
|
||||
* The active Lineage2Connection
|
||||
*/
|
||||
void process(Lineage2Connection conn, Injector injector);
|
||||
void process(Lineage2Connection conn);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user