enum class CNmTimeConditionNode__Operator_t : uint8
{
    LessThan = 0,
    LessThanEqual = 1,
    GreaterThan = 2,
    GreaterThanEqual = 3,
};