interface Tachie {
    enter: string | (string | Omit<AdvAst.Character, "type">)[];
    exit: string[];
    type: "tachie";
}

Hierarchy (view full)

Properties

Properties

enter: string | (string | Omit<AdvAst.Character, "type">)[]

enter character

exit: string[]

exit character

type: "tachie"

Generated using TypeDoc