using System; using FlaxEngine; namespace Game; [ExecuteInEditMode] public class BrushScript : Script { }