import BrushMode from "./BrushMode.js";
export default class Brush
{
constructor()
this.mode = BrushMode.TERRAIN;
this.isIntelligent = false;
}