mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
feat: Added support for adding custom providers through C#
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
using ImHex;
|
||||
using System.Drawing;
|
||||
class Script {
|
||||
|
||||
public static void OnLoad() {
|
||||
// This function is executed the first time the Plugin is loaded
|
||||
}
|
||||
|
||||
class Script
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
UI.ShowMessageBox("Hello World!");
|
||||
// This function is executed when the plugin is selected in the "Run Script..." menu
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user