Exemple #1
0
 private static FloatMenuOption ForumSearchOption(string name)
 {
     return(new FloatMenuOption(I18n.SearchForum(name),
                                () => Application.OpenURL($"https://ludeon.com/forums/index.php?action=search2&search={name}&brd[15]=15")));
 }