UArchonProjectileAction_Spawn > UArchonProjectileActionBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonProjectileAction_Spawn > UArchonProjectileActionBase > UObject namespace UArchonProjectileAction_PullTargetsBase { constexpr auto Timer = 0x40; // FTimerHandle constexpr auto PotencialTargets = 0x48; // TArray constexpr auto TimerTime = 0x58; // float constexpr auto bDebug = 0x5c; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonProjectileAction_Spawn > UArchonProjectileActionBase > UObject public static class UArchonProjectileAction_PullTargetsBase { public const byte Timer = 0x40; // FTimerHandle public const byte PotencialTargets = 0x48; // TArray public const byte TimerTime = 0x58; // float public const byte bDebug = 0x5c; // bool } } }