init
This commit is contained in:
7
Scripts/Elements/Element.cs
Normal file
7
Scripts/Elements/Element.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Godot;
|
||||
|
||||
namespace FOU.Scripts.Elements;
|
||||
|
||||
public abstract class Element {
|
||||
public Color Color = Colors.Black;
|
||||
}
|
||||
Reference in New Issue
Block a user