DE -> DrawableElement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user