There was an error while loading. Please reload this page.
1 parent 89bc8fc commit 539bb9fCopy full SHA for 539bb9f
SimpleFlatModMenu.cs
@@ -28,7 +28,7 @@ public class SimpleFlatModMenu : MonoBehaviour
28
// and add:
29
// public void OnGUI()
30
// {
31
- // NewBehaviourScript.MyGUI();
+ // MyClassNameOfModMenu.MyGUI();
32
// }
33
// Unity editor: public void OnGUI()
34
public static void MyGUI()
0 commit comments