ADD decoupling from FPS and game state

This commit is contained in:
dylandefaoite
2025-05-20 10:21:52 +02:00
parent 52df76081e
commit 058c16b685
3 changed files with 16 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ class Team:
self.players = []
self.score = 0
self.id = 1
self.set_ct()
def add_player(self, player: Player):
self.players.append(player)