using Godot; namespace FOU.Scripts.Elements; public abstract class Element { public Color Color = Colors.Black; }