UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UTgTutorialAnnouncer { constexpr auto TutorialSounds = 0x60; // TArray constexpr auto QueuedSounds = 0x70; // TArray constexpr auto CurrentSoundAC = 0x80; // UAudioComponent* constexpr auto OwnerPC = 0x88; // ATgPlayerController* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UTgTutorialAnnouncer { public const byte TutorialSounds = 0x60; // TArray public const byte QueuedSounds = 0x70; // TArray public const byte CurrentSoundAC = 0x80; // UAudioComponent* public const byte OwnerPC = 0x88; // ATgPlayerController* } } }