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

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.commons.util.network;
package com.l2jmobius.commons.network;
import java.util.logging.Logger;

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.l2jmobius.commons.util.network;
package com.l2jmobius.commons.network;
import java.io.ByteArrayOutputStream;
import java.io.IOException;