This commit is contained in:
Auric Vente
2024-07-19 00:59:34 -06:00
parent dce647cced
commit db78a855d4
2 changed files with 5 additions and 5 deletions

View File

@@ -17,8 +17,8 @@ class Ant:
self.updated = now
self.name = ""
self.status = ""
self.hits = 0
self.triumph = 0
self.hits = 0
self.color: tuple[int, int, int]
def to_dict(self) -> dict[str, Any]: