UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UGameSessionSettings { constexpr auto MaxSpectators = 0x28; // int32_t constexpr auto MaxPlayers = 0x2c; // int32_t constexpr auto bRequiresPushToTalk = 0x30; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UGameSessionSettings { public const byte MaxSpectators = 0x28; // int32_t public const byte MaxPlayers = 0x2c; // int32_t public const byte bRequiresPushToTalk = 0x30; // char : 1 } } }