Is there a way to add overhead titles post AOS?
There is not many "OverheadTitle" mention in the whole repo
There are some in

TitlesMenu.cs (5 results)
Line 563: User.OverheadTitle = TitleSelected == 999999 ? MasteryInfo.GetTitle(User) : "the " + User.Skills[(SkillName)TitleSelected].Info.Title;
Line 595: User.OverheadTitle = null;
Line 657: User.OverheadTitle = title.ToString();
Line 979: return User.OverheadTitle != null || User.DisplayGuildAbbr;
Line 996: User.OverheadTitle = null;


But they do not suggest much...
Thank you!
 
Back