enum class ChoiceChangeMethod : uint32
{
    OnReset = 0,
    OnCycleEnd = 1,
    OnResetOrCycleEnd = 2,
};