Skip to content

Commit 539bb9f

Browse files
authored
Update SimpleFlatModMenu.cs
1 parent 89bc8fc commit 539bb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleFlatModMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class SimpleFlatModMenu : MonoBehaviour
2828
// and add:
2929
// public void OnGUI()
3030
// {
31-
// NewBehaviourScript.MyGUI();
31+
// MyClassNameOfModMenu.MyGUI();
3232
// }
3333
// Unity editor: public void OnGUI()
3434
public static void MyGUI()

0 commit comments

Comments
 (0)