8 lines
92 B
C#
8 lines
92 B
C#
namespace Questionable.Model;
|
|
|
|
internal enum EQuestJoin : byte
|
|
{
|
|
None,
|
|
All,
|
|
AtLeastOne
|
|
}
|