When working on 1v1 / 2v2 / etc type maps, the aim is to end the game when one of the teams reaches 10 round wins.
What would be the preferred way to track/check how many wins each team has?
One way to do it is to save on all players, using persistable
player config, the player’s team score.
Looking for a more straight forward way to query for a team current score, given a team object, round manager device, etc.
Any thoughts?