UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UTgSoundGroup { constexpr auto c_SoundCues = 0x60; // TArray constexpr auto c_FootstepSounds = 0x70; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UTgSoundGroup { public const byte c_SoundCues = 0x60; // TArray public const byte c_FootstepSounds = 0x70; // TArray } } }