Moved IdFactoryType to commons.

This commit is contained in:
MobiusDevelopment
2019-08-22 09:22:41 +00:00
parent 9de6faf543
commit 764855464a
41 changed files with 305 additions and 305 deletions

View File

@@ -36,10 +36,10 @@ import java.util.Map;
import java.util.Properties;
import java.util.logging.Logger;
import org.l2jmobius.commons.enums.IdFactoryType;
import org.l2jmobius.commons.util.ClassMasterSettings;
import org.l2jmobius.commons.util.L2Properties;
import org.l2jmobius.commons.util.StringUtil;
import org.l2jmobius.gameserver.enums.IdFactoryType;
import org.l2jmobius.gameserver.model.entity.olympiad.OlympiadPeriod;
import org.l2jmobius.gameserver.util.FloodProtectorConfig;
import org.l2jmobius.loginserver.LoginController;

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 org.l2jmobius.gameserver.enums;
package org.l2jmobius.commons.enums;
/**
* @author Mobius