agh lost some code ;-;
This commit is contained in:
parent
d3452772ed
commit
a6be919e4a
@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user