Moved commons to java root folder.

This commit is contained in:
mobius
2015-02-08 00:07:49 +00:00
parent ecd17fdefb
commit ebb5a4d0c0
46 changed files with 89 additions and 73 deletions

View File

@ -18,7 +18,8 @@
*/
package com.l2jserver.gameserver.pathfinding.cellnodes;
import com.l2jserver.commons.geodriver.Cell;
import commons.geodriver.Cell;
import com.l2jserver.gameserver.GeoData;
import com.l2jserver.gameserver.pathfinding.AbstractNodeLoc;