1
0
forked from liza/Questionable
Questionable/Questionable.Model/Questing/SkipAetheryteCondition.cs
2024-08-02 18:30:21 +02:00

8 lines
172 B
C#

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