Interface NotRequirement

The sub-condition must not be satisfied.

interface NotRequirement {
    condition: PlayerRequirement;
    type: "not";
}

Properties

Properties

type: "not"