Precondition
Interface
export interface Precondition {
stat?: Array<Stat>,
item?: Array<Items>,
style?: conStyle, //type: show, hidden or hideReason
};Usage
Behaviour
Last updated
export interface Precondition {
stat?: Array<Stat>,
item?: Array<Items>,
style?: conStyle, //type: show, hidden or hideReason
};Last updated