feat: add basic towers rendering
This commit is contained in:
@@ -7,7 +7,6 @@ Team::Team(TeamColor color) : m_Color(color) {}
|
||||
|
||||
void Team::addPlayer(Player* newPlayer) {
|
||||
m_Players.push_back(newPlayer);
|
||||
newPlayer->setTeamColor(m_Color);
|
||||
}
|
||||
|
||||
void Team::removePlayer(const Player* player) {
|
||||
|
||||
Reference in New Issue
Block a user