Added a ShowMessageBox function (may be useful)

This commit is contained in:
ALittlePatate
2022-06-25 12:23:28 +02:00
parent 52e7f7648a
commit f7253d6ac5

View File

@@ -125,6 +125,12 @@ namespace DevourClient.Hacks
menu_class.OnChatMessageSubmit();
}
}
public static void ShowMessageBox(string message)
{
Horror.Menu menu = UnityEngine.Object.FindObjectOfType<Horror.Menu>();
menu.ShowMessageModal(message);
}
public static void PlaySound()
{
/*