1
0
forked from liza/Questionable
2024-08-02 18:30:21 +02:00

7 lines
131 B
C#

namespace Questionable.Model.Questing;
public sealed class SkipItemConditions
{
public bool NotInInventory { get; set; }
}