UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UChatroom { constexpr auto CurrentChatRoomId = 0x28; // FString constexpr auto MaxChatRoomRetries = 0x38; // int32_t constexpr auto NumChatRoomRetries = 0x3c; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UChatroom { public const byte CurrentChatRoomId = 0x28; // FString public const byte MaxChatRoomRetries = 0x38; // int32_t public const byte NumChatRoomRetries = 0x3c; // int32_t } } }