player_manager.GetPlayerClassTable(Player ply) (#2038)
* player_manager.GetPlayerClassTable(Player ply)
A method to access a player class table more quickly.
While it's nothing new - as we can already access the table of player classes and index it - it's a bit more elegant and performant, as it doesn't have to create a deep copy of the whole table.