enum class EntityAttachmentType_t : uint32
{
    eAbsOrigin = 0,
    eCenter = 1,
    eEyes = 2,
    eAttachment = 3,
};