Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
jonylu7 committed May 24, 2024
1 parent 659066a commit 668592e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Mechanics/BuiltStructure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ class BuiltStructure {
public:
glm::vec2 getEnemyBarrackCell() { return m_EnemyBarrackCell; }
glm::vec2 getEnemyWayPointCell() { return m_EnemyWayPointCell; }
glm::vec2 getPlayerBarrackCell() { return m_PlayerBarrackCell; }
glm::vec2 getPlayerWayPointCell() { return m_PlayerWayPointCell; }
glm::vec2 getPlayerBarrackSpawnCell() { return m_PlayerBarrackCell; }
glm::vec2 getPlayerBarrackWayPointCell() { return m_PlayerWayPointCell; }

bool ifBarracksBuilt() {
for (auto i : m_BuiltStructure) {
Expand Down

0 comments on commit 668592e

Please sign in to comment.