using UnityEditor; namespace SesothoLineEditor { public class GitHelp { [MenuItem("Help/View Git Page", true, int.MaxValue)] public void a() { } } }