1
0
Fork 0
Questionable/Questionable.Model/Questing/SkipAetheryteCondition.cs

8 lines
172 B
C#
Raw Normal View History

2024-08-02 16:30:21 +00:00
namespace Questionable.Model.Questing;
2024-07-27 13:39:47 +00:00
public sealed class SkipAetheryteCondition
{
public bool Never { get; set; }
public bool InSameTerritory { get; set; }
}