Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
update to 2023.3.28 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
cddjr authored Mar 28, 2023
1 parent 963d80c commit eaccb54
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
41 changes: 26 additions & 15 deletions appdata/il2cpp-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -6124,6 +6124,12 @@ namespace app
ReadMoreLabel = 0x00000ce9,
ReturnToList = 0x00000cea,
NavigateLinks = 0x00000ceb,
AgeVerificationTitle = 0x00000cec,
AgeVerificationInfoTitle = 0x00000ced,
AgeVerificationInfo = 0x00000cee,
AgeVerificationMoreInfo = 0x00000cef,
EditLabel = 0x00000cf0,
VerifyAgeText = 0x00000cf1,
GameType = 0x00000dac,
GameTypeError = 0x00000dad,
GameTypeClassic = 0x00000dae,
Expand Down Expand Up @@ -7260,6 +7266,12 @@ namespace app
StringNames__Enum_ReadMoreLabel = 0x00000ce9,
StringNames__Enum_ReturnToList = 0x00000cea,
StringNames__Enum_NavigateLinks = 0x00000ceb,
StringNames__Enum_AgeVerificationTitle = 0x00000cec,
StringNames__Enum_AgeVerificationInfoTitle = 0x00000ced,
StringNames__Enum_AgeVerificationInfo = 0x00000cee,
StringNames__Enum_AgeVerificationMoreInfo = 0x00000cef,
StringNames__Enum_EditLabel = 0x00000cf0,
StringNames__Enum_VerifyAgeText = 0x00000cf1,
StringNames__Enum_GameType = 0x00000dac,
StringNames__Enum_GameTypeError = 0x00000dad,
StringNames__Enum_GameTypeClassic = 0x00000dae,
Expand Down Expand Up @@ -8767,6 +8779,7 @@ namespace app
bool Locked;
float shakeAmount;
float shakePeriod;
bool OverrideScreenShakeEnabled;
struct Vector2 centerPosition;
};

Expand Down Expand Up @@ -9133,6 +9146,7 @@ namespace app
struct Transform* petParent;
struct SkinLayer* skin;
void* visor;
struct Vector3 defaultHatVisorPosition;
#if defined(_CPLUSPLUS_)
PlayerBodyTypes__Enum bodyType;
#else
Expand Down Expand Up @@ -9201,6 +9215,7 @@ namespace app
struct GameData_PlayerInfo* _cachedData;
bool protectedByGuardian;
float flashlightAngle;
int32_t shapeshiftTargetPlayerId;
void* FootSteps;
void* KillSfx;
void* KillAnimations;
Expand All @@ -9212,8 +9227,8 @@ namespace app
struct PlayerPhysics* MyPhysics;
struct CustomNetworkTransform* NetTransform;
struct Collider2D* clickKillCollider;
struct Vector3 defaultCosmeticsScale;
struct List_1_PlayerTask_* myTasks;
struct Vector3 defaultPlayerScale;
struct List_1_RoleEffectAnimation_* currentRoleAnimations;
struct GameObject* TargetFlashlight;
bool isDummy;
Expand Down Expand Up @@ -10122,6 +10137,7 @@ namespace app
VirtualInvokeData ToString;
VirtualInvokeData Start;
VirtualInvokeData OnDestroy;
VirtualInvokeData Update;
VirtualInvokeData OnApplicationPause;
VirtualInvokeData __unknown;
VirtualInvokeData __unknown_1;
Expand Down Expand Up @@ -10188,6 +10204,13 @@ namespace app

#endif

struct AsyncOperationHandle_1_UnityEngine_GameObject_ {
struct AsyncOperationBase_1_UnityEngine_GameObject_* m_InternalOp;
int32_t m_Version;
struct String* m_LocationName;
bool m_UnloadSceneOpExcludeReleaseCallback;
};

struct AmongUsClient__Fields {
struct InnerNetClient__Fields _;
struct String* OnlineScene;
Expand All @@ -10211,6 +10234,7 @@ namespace app
#endif
int32_t MAX_CLIENT_WAIT_TIME;
void* logger;
struct AsyncOperationHandle_1_UnityEngine_GameObject_ ShipLoadingAsyncHandle;
};

struct AmongUsClient {
Expand All @@ -10227,6 +10251,7 @@ namespace app
VirtualInvokeData ToString;
VirtualInvokeData Start;
VirtualInvokeData OnDestroy;
VirtualInvokeData Update;
VirtualInvokeData OnApplicationPause;
VirtualInvokeData OnGameCreated;
VirtualInvokeData OnGameJoined;
Expand Down Expand Up @@ -11107,20 +11132,6 @@ namespace app
};
#pragma endregion

#pragma region VisorData
struct VisorData__Fields {
struct CosmeticData__Fields _;
void* ViewDataRef;
void* viewData;
};

struct VisorData {
void* klass;
MonitorData* monitor;
struct VisorData__Fields fields;
};
#pragma endregion

#pragma region PetData
struct PetBehaviour__Fields {
struct MonoBehaviour__Fields _;
Expand Down
3 changes: 2 additions & 1 deletion used_types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ LimitedTime
LimitedTimeStartEnd
CosmeticData
NamePlateData
VisorData
FollowerCamera__Fields
AmongUsClient__Fields
PetBehaviour
PetData
List_1_PetData_
Expand Down

0 comments on commit eaccb54

Please sign in to comment.