agh lost some code ;-;

This commit is contained in:
NewGarbo 2016-01-12 07:10:22 +00:00
parent d3452772ed
commit a6be919e4a

View File

@ -0,0 +1,18 @@
package mineplex.game.clans.clans.outpost;
import java.util.List;
import org.bukkit.Location;
public class OutpostBuilder
{
public OutpostBuilder(Location pos, String string, List<Location> wallLocations, Outpost outpost)
{
}
public void tick()
{
}
}