8 lines
166 B
C#
8 lines
166 B
C#
namespace Questionable.Model.V1;
|
|
|
|
public sealed class SkipAetheryteCondition
|
|
{
|
|
public bool Never { get; set; }
|
|
public bool InSameTerritory { get; set; }
|
|
}
|