UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_PartyKick { constexpr auto m_nRequiredPartySize = 0x64; // int32_t constexpr auto m_pPostPartyKickResponse = 0x68; // UObject* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_PartyKick { public const byte m_nRequiredPartySize = 0x64; // int32_t public const byte m_pPostPartyKickResponse = 0x68; // UObject* } } }