skeldjs
    Preparing search index...

    Interface HeliSabotageEvent<RoomType>

    interface HeliSabotageEvent<RoomType extends StatefulRoom> {
        helisabotagesystem: HeliSabotageSystem<RoomType>;
        room: RoomType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    helisabotagesystem: HeliSabotageSystem<RoomType>

    The heli sabotage system that this event is for.

    room: RoomType

    The room or client that the event came from.