UTgDeviceForm > UObject
namespace Offsets { namespace Classes { // Inheritance: UTgDeviceForm > UObject namespace UTgDeviceForm_DragonSlam { constexpr auto m_bStartFireInAir = 0x28c; // uint32_t : 1 constexpr auto m_DragonSlamBlendList1P = 0x290; // TArray constexpr auto m_DragonSlamBlendList3P = 0x2a0; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UTgDeviceForm > UObject public static class UTgDeviceForm_DragonSlam { public const UInt16 m_bStartFireInAir = 0x28c; // uint32_t : 1 public const UInt16 m_DragonSlamBlendList1P = 0x290; // TArray public const UInt16 m_DragonSlamBlendList3P = 0x2a0; // TArray } } }