SerenityJS
    Preparing search index...

    Interface StoneButtonBlock

    interface StoneButtonBlock {
        button_pressed_bit?: boolean;
        facing_direction?: number;
    }
    Index

    Properties

    button_pressed_bit?: boolean
    facing_direction?: number