using System.Collections.Generic; namespace Questionable.Model.Questing; public class DutyOptions { public bool Enabled { get; set; } public uint ContentFinderConditionId { get; set; } public List Notes { get; set; } = []; }