8 lines
197 B
C#
8 lines
197 B
C#
|
namespace Questionable.Model.V1;
|
|||
|
|
|||
|
public sealed class SkipConditions
|
|||
|
{
|
|||
|
public SkipStepConditions? StepIf { get; set; }
|
|||
|
public SkipAetheryteCondition? AetheryteShortcutIf { get; set; }
|
|||
|
}
|