Switched to external Compiler, fixed all java syntax errors

This commit is contained in:
tgame14 2014-04-16 16:52:29 +03:00
parent 0ddff4cd7b
commit 29b5af3e51

View file

@ -37,10 +37,11 @@ public class GridRailing extends NodeGrid<NodeRailing>
{
}
return null;
}
public IItemRailing findNearestColoredTarget(IItemRailingTransfer itemwrapper)
{
return null;
}
}