interactables property

List<Interactable> interactables

Returns the room interactables.

Implementation

List<Interactable> get interactables => List.of(_interactables);