qstbak/Questionable/Questionable.Model/EQuestJoin.cs
2025-10-09 07:47:19 +10:00

8 lines
92 B
C#

namespace Questionable.Model;
internal enum EQuestJoin : byte
{
None,
All,
AtLeastOne
}