@jadis0x Added TP Items

Update MelonMain.cs
This commit was merged in pull request #11.
This commit is contained in:
ALittlePatate
2022-08-28 17:49:27 +02:00
committed by GitHub

View File

@@ -259,6 +259,12 @@ namespace DevourClient
MelonLogger.Msg("EZ Win"); MelonLogger.Msg("EZ Win");
} }
if (GUI.Button(new Rect(Settings.Settings.x + 10, Settings.Settings.y + 310, 150, 20), "TP Items") && Player.IsInGame())
{
Hacks.Misc.TPItems();
MelonLogger.Msg("TP Items !");
}
if (GUI.Button(new Rect(Settings.Settings.x + 200, Settings.Settings.y + 160, 150, 20), "Random sound")) if (GUI.Button(new Rect(Settings.Settings.x + 200, Settings.Settings.y + 160, 150, 20), "Random sound"))
{ {
Hacks.Misc.PlaySound(); Hacks.Misc.PlaySound();