From af73905f2cf022bb51812ef0078cb9ca2209d2ed Mon Sep 17 00:00:00 2001 From: FernTheDev <15272073+Fernthedev@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:39:42 -0400 Subject: [PATCH] Add Object type def index --- include/System/zzzz__Object_def.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/System/zzzz__Object_def.hpp b/include/System/zzzz__Object_def.hpp index 48745a7476..cb5342da82 100644 --- a/include/System/zzzz__Object_def.hpp +++ b/include/System/zzzz__Object_def.hpp @@ -78,6 +78,9 @@ class CORDL_TYPE Object : public Il2CppObject { Object(Object const&) = delete; static constexpr bool __IL2CPP_IS_VALUE_TYPE = false; + + /// @brief IL2CPP Metadata Type Index + static constexpr uint32_t __IL2CPP_TYPE_DEFINITION_INDEX{2615}; }; // Non member Declarations static_assert(::cordl_internals::size_check_v<::System::Object, 0x10>, "Size mismatch!");