21 ::ll::TypedStorage<1, 1, bool const> mIsClientSide;
22 ::ll::TypedStorage<8, 8, ::gsl::not_null<::std::unique_ptr<::ITickTimeManagerProxy>>> mTickTimeManagerProxy;
23 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::PacketSender>> mPacketSender;
24 ::ll::TypedStorage<8, 8, int64> mLastTimePacketSent;
25 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnGameplayUserAdded;
26 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnWakeUpAllPlayersSubscription;
32 MCAPI
void _onWakeUpAllPlayers();
34 MCAPI
void _syncTime(int64 currentTick);