diff options
Diffstat (limited to 'src/GameState.hpp')
-rw-r--r-- | src/GameState.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GameState.hpp b/src/GameState.hpp index f09e5ab..6dbb194 100644 --- a/src/GameState.hpp +++ b/src/GameState.hpp @@ -69,5 +69,8 @@ public: double g_PlayerVelocityY = 0; double g_PlayerVelocityZ = 0; + long long WorldAge = 0; + long long TimeOfDay = 0; + std::shared_ptr<GameState> gs; }; |