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

@@ -258,6 +258,12 @@ namespace DevourClient
Hacks.Misc.InstantWin();
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"))
{