namespace UnityAtoms { /// /// Enumeration for logical operators for `AtomCondition` Predicates /// public enum AtomConditionOperators { And, Or } }