﻿using System;

namespace ExternPropertyAttributes
{
	public enum EConditionOperator
	{
		And,
		Or
	}
}
