UTgEffectDamage > UTgEffect > UObject
namespace Offsets { namespace Classes { // Inheritance: UTgEffectDamage > UTgEffect > UObject namespace UTgEffectDamage_Execute { constexpr auto m_bApplied = 0xc4; // uint32_t : 1 constexpr auto m_bExecute = 0xc4; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UTgEffectDamage > UTgEffect > UObject public static class UTgEffectDamage_Execute { public const byte m_bApplied = 0xc4; // uint32_t : 1 public const byte m_bExecute = 0xc4; // uint32_t : 1 } } }