Archived
remove team debug print
This commit is contained in:
@@ -12,9 +12,7 @@ class Team(Serializable):
|
|||||||
|
|
||||||
def __init__(self, health=80, color="red", name="Team " + str(id)):
|
def __init__(self, health=80, color="red", name="Team " + str(id)):
|
||||||
self.id = Team.id
|
self.id = Team.id
|
||||||
print(self.id, Team.id)
|
|
||||||
Team.id += 1
|
Team.id += 1
|
||||||
print(self.id, Team.id)
|
|
||||||
self.health = health
|
self.health = health
|
||||||
self.color = color
|
self.color = color
|
||||||
self.name = name
|
self.name = name
|
||||||
|
|||||||
Reference in New Issue
Block a user