Network related classes path organization.

This commit is contained in:
MobiusDev
2017-01-08 11:22:50 +00:00
parent b30c70e704
commit fdba1b264f
903 changed files with 932 additions and 934 deletions

View File

@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicInteger;
import com.l2jmobius.Config;
import com.l2jmobius.gameserver.model.actor.L2Character;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
import com.l2jmobius.gameserver.network.client.L2GameClient;
import com.l2jmobius.gameserver.network.L2GameClient;
public final class AntiFeedManager
{