skeldjs
    Preparing search index...

    Type Alias AutoDoorsSystemEvents<RoomType>

    AutoDoorsSystemEvents: SystemStatusEvents<RoomType> & DoorEvents<RoomType> & ExtractEventTypes<
        [],
    >

    Type Parameters