Skip to content

Commit

Permalink
Update regular_ball.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jkh23 authored Jan 18, 2024
1 parent a26a762 commit 8b7f850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GameBall/logic/units/regular_ball.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "GameBall/logic/unit.h"

namespace GameBall::Logic::Units {
int num_of_forward=0,num_of_backward=0,num_of_left=0,num_of_right=0;
class RegularBall : public Unit {
public:
RegularBall(World *world,
Expand Down

0 comments on commit 8b7f850

Please sign in to comment.