Add Start method.

This commit is contained in:
Stone-Red-Code
2021-08-21 23:05:32 +02:00
parent 24437371ec
commit 3268a66d64
4 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ namespace DesktopMagicPluginAPI.Inputs
public class Button : Element
{
/// <summary>
/// Occurs when the button is clicked.
/// Occurs when the button gets clicked.
/// </summary>
public event Action OnClick;