Questionable/Questionable.Model/Questing/SkipAetheryteCondition.cs

8 lines
172 B
C#

namespace Questionable.Model.Questing;
public sealed class SkipAetheryteCondition
{
public bool Never { get; set; }
public bool InSameTerritory { get; set; }
}