UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UVivoxClosure { constexpr auto m_Connector = 0x60; // UVivoxOSSConnectors* constexpr auto m_OnlineSub = 0x68; // UOnlineSubsystem* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UVivoxClosure { public const byte m_Connector = 0x60; // UVivoxOSSConnectors* public const byte m_OnlineSub = 0x68; // UOnlineSubsystem* } } }