Update MelonMain.cs

This commit is contained in:
Jadis
2022-08-28 18:33:54 +03:00
committed by GitHub
parent 2ab3b2c15f
commit 4cdf0f49f2

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();