I am making a mod which consists of being able to "Favorite" servers. I need a way to display the "Favorited" servers so I looked into the GuiMultiplayer class, and I was able to find that it uses a ServerSelectionList, however it requires GuiMultiplayer for one of the parameters. Is there a possible way around this? I am new to modding so I am not familiar with everything just yet