Complete recoding and reorganization of the mod, making it easier to read from a developer's standpoint and more efficient and of higher quality for the user.
You no longer need the suitselect asset bundle as its now an embedded resource in the dll.
1.0.9
Fixed issue where closing a lobby on a suit rack page other than the first could cause loading problems in new lobbies; should resolve broken suit rack on subsequent sessions without needing to restart the game.
1.0.8
Added some changes suggested by RT0405.
Added a keybind to manually refresh the suit rack, its default key is K. (this could be automated but I am lazy)
1.0.7
Added back suit caching which was removed in 1.0.6 causing some performance issues for certain people.
Removed text component foreach loop to prevent possible performance issues.
Made it so that the text is only being written to when you change page, and not all the time (whoops).
1.0.6
Re-created the asset bundle for the page counter, removing the rectangle which had sizing issues. (this should make the text readable from any resolution also.)