Skip to content

Commit bc6a712

Browse files
Add link to Hello Fangaming website
1 parent 6cdaffb commit bc6a712

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Assets/HelloMarioFramework/Script/Utility/Editor/HMFUtilities.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ private static void HMFWebsite()
5252
{
5353
Application.OpenURL("https://hellofangaming.github.io/HelloMarioFramework/");
5454
}
55+
56+
[MenuItem("Hello Mario Framework/Hello Fangaming Website", false, 22)]
57+
private static void HFWebsite()
58+
{
59+
Application.OpenURL("https://hellofangaming.github.io/");
60+
}
5561
}
5662
}
5763
#endif

0 commit comments

Comments
 (0)