#pragma once namespace RE { enum class ACTOR_VALUE_MODIFIER : std::int32_t { kPermanent = 0, kTemporary = 1, kDamage = 2 }; }