DE -> DrawableElement

This commit is contained in:
2026-06-14 01:15:33 +02:00
parent 824bc4d3fa
commit 46d2762569
2 changed files with 30 additions and 27 deletions

View File

@@ -3,6 +3,9 @@ using System.Drawing;
namespace _2DGAMELIB
{
/// <summary>
/// Represents a screen module/mode
/// </summary>
public class Module
{
public Action<MouseButtons, Vector2D, Color> Down = delegate