You can now DoubleJump!

This commit is contained in:
verysecrethero
2016-01-29 10:12:49 +01:00
parent 7408da401b
commit 0c97ce7a4a
2 changed files with 9 additions and 1 deletions
@@ -20,4 +20,6 @@ private:
EventRelay<PlayerMovementSystem, Events::PlayerSpawned> m_EPlayerSpawned;
bool OnPlayerSpawned(Events::PlayerSpawned& e);
bool m_DoubleJumped = false;
};