@@ -4368,8 +4368,7 @@ namespace app
43684368 bool DontDestroy ;
43694369 };
43704370
4371- struct EOSManager__Fields
4372- {
4371+ struct EOSManager__Fields {
43734372 struct DestroyableSingleton_1_EOSManager___Fields _ ;
43744373 struct String * loginCredentialId ;
43754374 struct String * productName ;
@@ -4392,20 +4391,22 @@ namespace app
43924391 void * userId ;
43934392 void * deviceIDuserID ;
43944393 bool announcementsVisible ;
4395- bool hasShownSigninScreen ;
43964394 bool attemptAuthAgain ;
43974395 uint32_t numLinkedAccounts ;
43984396 void * linkedExternalAccounts ;
4399- void * redeemDLCChoice ;
44004397 void * editAccountUsername ;
4398+ void * askToMergeAccount ;
4399+ struct String * freeChatKey ;
4400+ struct String * customNameKey ;
4401+ struct String * friendsListKey ;
44014402 int32_t ageOfConsent ;
44024403 struct String * kwsUserId ;
4404+ bool isKWSMinor ;
44034405 void * continuanceToken ;
44044406 struct String * exchangeToken ;
44054407 struct String * platformAuthToken ;
44064408 bool authExpiredCallbackTriggered ;
44074409 bool silentLoginFailed ;
4408- bool hasTriedStartupDeviceID ;
44094410 void * validateOldDLC ;
44104411 bool isRedeemingDLC ;
44114412 void * s_eosPlatformInterface ;
@@ -12313,5 +12314,136 @@ struct RoleEffectAnimation__Array {
1231312314
1231412315#pragma endregion
1231512316
12317+ #pragma region AccountManager
12318+ #if defined(_CPLUSPLUS_ )
12319+ enum class KWSPermissionStatus__Enum : int32_t {
12320+ Granted = 0x00000000 ,
12321+ Rejected = 0x00000001 ,
12322+ Pending = 0x00000002 ,
12323+ };
12324+
12325+ #else
12326+ enum KWSPermissionStatus__Enum {
12327+ KWSPermissionStatus__Enum_Granted = 0x00000000 ,
12328+ KWSPermissionStatus__Enum_Rejected = 0x00000001 ,
12329+ KWSPermissionStatus__Enum_Pending = 0x00000002 ,
12330+ };
12331+
12332+ #endif
12333+
12334+ #if defined(_CPLUSPLUS_ )
12335+ enum class EOSManager_AccountLoginStatus__Enum : int32_t {
12336+ Offline = 0x00000000 ,
12337+ LoggedIn = 0x00000001 ,
12338+ WaitingForParent = 0x00000002 ,
12339+ };
12340+
12341+ #else
12342+ enum EOSManager_AccountLoginStatus__Enum {
12343+ EOSManager_AccountLoginStatus__Enum_Offline = 0x00000000 ,
12344+ EOSManager_AccountLoginStatus__Enum_LoggedIn = 0x00000001 ,
12345+ EOSManager_AccountLoginStatus__Enum_WaitingForParent = 0x00000002 ,
12346+ };
12347+
12348+ #endif
12349+
12350+ struct DestroyableSingleton_1_AccountManager___Fields {
12351+ struct MonoBehaviour__Fields _ ;
12352+ bool DontDestroy ;
12353+ };
12354+
12355+ struct AccountManager__Fields {
12356+ struct DestroyableSingleton_1_AccountManager___Fields _ ;
12357+ struct AccountTab * accountTab ;
12358+ void * enterGuardianEmailWindow ;
12359+ void * updateGuardianEmailWindow ;
12360+ void * guardianEmailConfirmWindow ;
12361+ void * genericInfoDisplayBox ;
12362+ void * enterDateOfBirthScreen ;
12363+ struct GameObject * waitingText ;
12364+ struct GameObject * postLoadWaiting ;
12365+ struct GameObject * privacyPolicyBg ;
12366+ void * signInScreen ;
12367+ void * PrivacyPolicy ;
12368+ void * chatModeMenuScreen ;
12369+ #if defined(_CPLUSPLUS_ )
12370+ KWSPermissionStatus__Enum freeChatAllowed ;
12371+ #else
12372+ int32_t freeChatAllowed ;
12373+ #endif
12374+ #if defined(_CPLUSPLUS_ )
12375+ KWSPermissionStatus__Enum customDisplayName ;
12376+ #else
12377+ int32_t customDisplayName ;
12378+ #endif
12379+ #if defined(_CPLUSPLUS_ )
12380+ KWSPermissionStatus__Enum friendsListAllowed ;
12381+ #else
12382+ int32_t friendsListAllowed ;
12383+ #endif
12384+ void * OnLoggedInStatusChange ;
12385+ #if defined(_CPLUSPLUS_ )
12386+ EOSManager_AccountLoginStatus__Enum prevLoggedInStatus ;
12387+ #else
12388+ int32_t prevLoggedInStatus ;
12389+ #endif
12390+ };
12391+
12392+ struct AccountManager {
12393+ void * klass ;
12394+ MonitorData * monitor ;
12395+ struct AccountManager__Fields fields ;
12396+ };
12397+ #pragma endregion
12398+
12399+ #pragma region PlayerStorageManager
12400+ struct DestroyableSingleton_1_PlayerStorageManager___Fields {
12401+ struct MonoBehaviour__Fields _ ;
12402+ bool DontDestroy ;
12403+ };
12404+
12405+ struct PlayerStorageManager_CloudPlayerPrefs {
12406+ struct String * ActivePodType ;
12407+ struct String * receiptRedemptionAccounts ;
12408+ uint32_t PlatformsLimitedItemsValidated ;
12409+ uint32_t IsAdult ;
12410+ };
12411+
12412+ #if defined(_CPLUSPLUS_ )
12413+ enum class UpdateState__Enum : int32_t {
12414+ Connecting = 0x00000000 ,
12415+ Failed = 0x00000001 ,
12416+ Success = 0x00000002 ,
12417+ PartialSuccess = 0x00000003 ,
12418+ };
12419+
12420+ #else
12421+ enum UpdateState__Enum {
12422+ UpdateState__Enum_Connecting = 0x00000000 ,
12423+ UpdateState__Enum_Failed = 0x00000001 ,
12424+ UpdateState__Enum_Success = 0x00000002 ,
12425+ UpdateState__Enum_PartialSuccess = 0x00000003 ,
12426+ };
12427+
12428+ #endif
12429+
12430+ struct PlayerStorageManager__Fields {
12431+ struct DestroyableSingleton_1_PlayerStorageManager___Fields _ ;
12432+ struct PlayerStorageManager_CloudPlayerPrefs _PlayerPrefs_k__BackingField ;
12433+ #if defined(_CPLUSPLUS_ )
12434+ UpdateState__Enum _PlayerStorageLoadState_k__BackingField ;
12435+ #else
12436+ int32_t _PlayerStorageLoadState_k__BackingField ;
12437+ #endif
12438+ void * playerStorage ;
12439+ void * saveRoutine ;
12440+ };
12441+
12442+ struct PlayerStorageManager {
12443+ void * klass ;
12444+ MonitorData * monitor ;
12445+ struct PlayerStorageManager__Fields fields ;
12446+ };
12447+ #pragma endregion
1231612448
1231712449}
0 commit comments