Extracted ConnectionState enum to a separate file.

This commit is contained in:
MobiusDevelopment
2020-04-27 22:13:38 +00:00
parent f79c3f1d98
commit e7377ff021
26 changed files with 65 additions and 50 deletions

View File

@@ -19,7 +19,7 @@ package org.l2jmobius.gameserver.network;
import org.l2jmobius.commons.network.IConnectionState;
/**
* @author Nos
* @author KenM
*/
public enum ConnectionState implements IConnectionState
{