Broad packages refactor
Added macro update when using SP reset. Refactored several packages containing general classes. Fixed "worker" nomenclature in class methods misleadingly denoting "task".
This commit is contained in:
@@ -23,7 +23,7 @@ import java.util.Collection;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.command.Command;
|
||||
import constants.GameConstants;
|
||||
import constants.game.GameConstants;
|
||||
import net.server.Server;
|
||||
import net.server.world.World;
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@ package client.command.commands.gm5;
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import config.YamlConfig;
|
||||
import constants.ServerConstants;
|
||||
|
||||
public class SetCommand extends Command {
|
||||
{
|
||||
|
||||
@@ -26,7 +26,6 @@ package client.command.commands.gm5;
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import config.YamlConfig;
|
||||
import constants.ServerConstants;
|
||||
|
||||
public class ShowMoveLifeCommand extends Command {
|
||||
{
|
||||
|
||||
@@ -26,7 +26,6 @@ package client.command.commands.gm5;
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import config.YamlConfig;
|
||||
import constants.ServerConstants;
|
||||
|
||||
public class ShowPacketsCommand extends Command {
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@ package client.command.commands.gm5;
|
||||
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import net.server.coordinator.MapleSessionCoordinator;
|
||||
import net.server.coordinator.session.MapleSessionCoordinator;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user