enum class ETrackedProjectileTarget_t : uint32
{
    ETrackedProjectileTarget_Entity = 0,
    ETrackedProjectileTarget_Position = 1,
};