RPG Event Generator v3.1.0 - v3.1.1
    Preparing search index...

    Interface RuleCondition

    interface RuleCondition {
        type: string;
        params: { [key: string]: any };
    }
    Index

    Properties

    Properties

    type: string
    params: { [key: string]: any }