1
0
mirror of synced 2025-01-19 09:27:32 +01:00
2024-03-13 19:49:48 +01:00

15 lines
311 B
C#

using ImHex;
using ImGuiNET;
class Script {
public static void OnLoad()
{
// This function is executed the first time the Plugin is loaded
}
public static void Main()
{
// This function is executed when the plugin is selected in the "Run Script..." menu
}
}