Code style changes.
This commit is contained in:
@@ -24,9 +24,9 @@ import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
|
||||
public interface IActionShiftHandler
|
||||
{
|
||||
public static Logger _log = Logger.getLogger(IActionShiftHandler.class.getName());
|
||||
Logger _log = Logger.getLogger(IActionShiftHandler.class.getName());
|
||||
|
||||
public boolean action(L2PcInstance activeChar, L2Object target, boolean interact);
|
||||
boolean action(L2PcInstance activeChar, L2Object target, boolean interact);
|
||||
|
||||
public InstanceType getInstanceType();
|
||||
InstanceType getInstanceType();
|
||||
}
|
Reference in New Issue
Block a user