Interface IKnockedRoom

interface IKnockedRoom {
    knock_state: IKnockState;
}

Properties

Properties

knock_state: IKnockState