Base packets moved to commons network.

This commit is contained in:
MobiusDev
2018-04-03 14:55:07 +00:00
parent f54b892ebc
commit 90114e2e19
256 changed files with 736 additions and 736 deletions

View File

@ -43,9 +43,9 @@ import java.util.logging.Logger;
import com.l2jmobius.Config;
import com.l2jmobius.commons.database.DatabaseFactory;
import com.l2jmobius.commons.network.BaseSendablePacket;
import com.l2jmobius.commons.util.CommonUtil;
import com.l2jmobius.commons.util.crypt.NewCrypt;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.gameserver.model.L2World;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
import com.l2jmobius.gameserver.network.ConnectionState;

View File

@ -18,7 +18,7 @@ package com.l2jmobius.gameserver.network.loginserverpackets.game;
import java.util.List;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
public class AuthRequest extends BaseSendablePacket
{

View File

@ -22,7 +22,7 @@ import java.util.logging.Logger;
import javax.crypto.Cipher;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author -Wooden-

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author -Wooden-

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author UnAfraid

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
import com.l2jmobius.gameserver.LoginServerThread.SessionKey;
/**

View File

@ -18,7 +18,7 @@ package com.l2jmobius.gameserver.network.loginserverpackets.game;
import java.util.List;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author -Wooden-

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author -Wooden-

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author mrTJO

View File

@ -18,7 +18,7 @@ package com.l2jmobius.gameserver.network.loginserverpackets.game;
import java.util.List;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author mrTJO Thanks to mochitto

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author mrTJO

View File

@ -18,7 +18,7 @@ package com.l2jmobius.gameserver.network.loginserverpackets.game;
import java.util.ArrayList;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author -Wooden-

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.game;
import com.l2jmobius.commons.util.network.BaseSendablePacket;
import com.l2jmobius.commons.network.BaseSendablePacket;
/**
* @author mrTJO

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket;
import com.l2jmobius.commons.network.BaseRecievePacket;
/**
* @author -Wooden-

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket;
import com.l2jmobius.commons.network.BaseRecievePacket;
import com.l2jmobius.gameserver.model.L2World;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket;
import com.l2jmobius.commons.network.BaseRecievePacket;
public class InitLS extends BaseRecievePacket
{

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket;
import com.l2jmobius.commons.network.BaseRecievePacket;
public class KickPlayer extends BaseRecievePacket
{

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket;
import com.l2jmobius.commons.network.BaseRecievePacket;
public class LoginServerFail extends BaseRecievePacket
{

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket;
import com.l2jmobius.commons.network.BaseRecievePacket;
/**
* @author -Wooden-

View File

@ -16,7 +16,7 @@
*/
package com.l2jmobius.gameserver.network.loginserverpackets.login;
import com.l2jmobius.commons.util.network.BaseRecievePacket;
import com.l2jmobius.commons.network.BaseRecievePacket;
/**
* @author mrTJO Thanks to mochitto