init
This commit is contained in:
9
Modules/IBaseModule.cs
Normal file
9
Modules/IBaseModule.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Enigmos.Modules;
|
||||
using Godot;
|
||||
public interface IBaseModule
|
||||
{
|
||||
Vector2 Size { get; set; }
|
||||
Vector2 Position { get; set; }
|
||||
Vector2 PositionToBoard { get; }
|
||||
bool Draggable { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user