mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Change-Id: Ia7c6094789fa7b0d3cc6c136992b8081efd3c5e5
This commit is contained in:
@@ -3,6 +3,7 @@ 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 {
|
||||
/**
|
||||
@@ -19,5 +20,5 @@ public interface ClientPacket extends Packet {
|
||||
* @param injector
|
||||
* the injector
|
||||
*/
|
||||
void process(Injector injector);
|
||||
void process(Lineage2Connection conn, Injector injector);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user