namespace Questionable.Model.Questing;

public sealed class SkipItemConditions
{
    public bool NotInInventory { get; set; }
}