15 ::ll::TypedStorage<4, 4, ::ClientPlayMode> mPlayMode;
16 ::ll::TypedStorage<4, 4, float> mSmoothRotationSpeed;
17 ::ll::TypedStorage<4, 4, ::InputMode> mInputMode;
18 ::ll::TypedStorage<4, 4, ::GameType> mGameType;
19 ::ll::TypedStorage<1, 5, ::AdventureSettings> mAdventureSettings;
20 ::ll::TypedStorage<1, 1, bool> mIsInWorldAndNotShowingAnyMenuScreens;
21 ::ll::TypedStorage<1, 1, bool> mIsPausingGame;
Definition ExternalDataSnapshotComponent.h:11