UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UVivoxOSSConnectors { constexpr auto m_OnlineSub = 0x60; // UOnlineSubsystem* constexpr auto Closures = 0x68; // TArray constexpr auto m_VivoxInterface = 0x78; // FPointer } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UVivoxOSSConnectors { public const byte m_OnlineSub = 0x60; // UOnlineSubsystem* public const byte Closures = 0x68; // TArray public const byte m_VivoxInterface = 0x78; // FPointer } } }