This commit is contained in:
2024-11-15 21:35:10 +01:00
parent 27bd7be776
commit 2e9dbfe8b8
5 changed files with 21 additions and 1 deletions
@@ -63,6 +63,8 @@ data class TNTLeagueTeam(val config: TNTLeagueWorldConfig.TeamConfig, private va
}
}
var coins: Int = 0
val opposite: TNTLeagueTeam
get() = when (team) {
Team.BLUE -> TNTLeagueGame.redTeam