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
+7
View File
@@ -34,6 +34,13 @@ namespace DesktopMagicPluginAPI
/// </summary>
public virtual int UpdateInterval { get; set; } = 1000;
/// <summary>
/// Occurs once when the pugin gets activated.
/// </summary>
public virtual void Start()
{
}
/// <summary>
/// Occurs when the <see cref="UpdateInterval"/> elapses.
/// </summary>