enum class CNmSyncEventIndexConditionNode__TriggerMode_t : uint8
{
    ExactlyAtEventIndex = 0,
    GreaterThanEqualToEventIndex = 1,
};