mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 19:54:43 +02:00
10 lines
260 B
Java
10 lines
260 B
Java
package com.intellectualcrafters.plot.generator;
|
|
|
|
import com.intellectualcrafters.plot.object.PlotManager;
|
|
|
|
/**
|
|
* A plot manager where plots tessellate in a grid formation symmetrical about x=z
|
|
*/
|
|
public abstract class GridPlotManager extends PlotManager
|
|
{}
|