var page1 = AddPage("Example Page");
AddButton(page1, "Example Button", delegate
{
Console.WriteLine("Button Clicked!");
});
AddButton(page1, "View On Github", delegate
{
Process.Start("https://github.com/WTFBlaze/Universal-IMGUI-Mod-Menu");
});
I don't care if you use this for a project of yours. Just credit me or link to this github somewhere in the project.
I DO NOT OFFER SUPPORT ON THIS REPO!