USMInstance > UObject
namespace Offsets { namespace Classes { // Inheritance: USMInstance > UObject namespace UPromodBotSMInstance { constexpr auto PromodBot = 0x640; // APromodBot* constexpr auto PromodBotController = 0x648; // APromodBotController* constexpr auto PatrolPath = 0x650; // APatrolPath* } } }
public static class Offsets { public static class Classes { // Inheritance: USMInstance > UObject public static class UPromodBotSMInstance { public const UInt16 PromodBot = 0x640; // APromodBot* public const UInt16 PromodBotController = 0x648; // APromodBotController* public const UInt16 PatrolPath = 0x650; // APatrolPath* } } }