Questionable/Questionable.Model/V1/SkipConditions.cs

9 lines
266 B
C#
Raw Normal View History

2024-07-27 13:39:47 +00:00
namespace Questionable.Model.V1;
public sealed class SkipConditions
{
public SkipStepConditions? StepIf { get; set; }
public SkipAetheryteCondition? AetheryteShortcutIf { get; set; }
2024-07-27 22:13:52 +00:00
public SkipAetheryteCondition? AethernetShortcutIf { get; set; }
2024-07-27 13:39:47 +00:00
}