mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 00:46:12 +02:00
Improved plugin settings support
This commit is contained in:
@@ -25,14 +25,8 @@ namespace DesktopMagicPluginAPI
|
||||
|
||||
public virtual int UpdateInterval { get; set; } = 1000;
|
||||
|
||||
public virtual string[,] Inputs { get; set; } = new string[0, 0];
|
||||
|
||||
public abstract Bitmap Main();
|
||||
|
||||
public virtual void OnOptionChanged(int optionIndex)
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void OnMouseClick(Point position)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user