Skip to content

Commit

Permalink
Update turret.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-Chara committed Feb 17, 2024
1 parent 633a714 commit 349f2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/server/entities/turret.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class CTurret : public CEntity
{
public:
CTurret(CGameWorld *pGameWorld, vec2 Pos, int Owner, int Type, vec2 PosL1, vec2 PosL2);
~CTurret();

virtual void Reset();
virtual void Tick();
Expand Down

0 comments on commit 349f2e6

Please sign in to comment.