mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Some bug
This commit is contained in:
parent
086718de8a
commit
177b8ea93f
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class Player(bs.Player['Team']):
|
|||
class Team(bs.Team[Player]):
|
||||
"""Our team type for this game."""
|
||||
|
||||
def on_app_running(self) -> None:
|
||||
def __init__(self) -> None:
|
||||
self.score = 0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue