Questionable/Questionable.Model/V1/SkipAetheryteCondition.cs

8 lines
166 B
C#
Raw Normal View History

2024-07-27 13:39:47 +00:00
namespace Questionable.Model.V1;
public sealed class SkipAetheryteCondition
{
public bool Never { get; set; }
public bool InSameTerritory { get; set; }
}