More devices should implement the enableable interface

A large number of Fortnite devices (91) already expose Enable() and Disable() methods, but do not implement the enableable interface. Replacing current methods with interface implementation would allow more ergonomic scene queries and generic bulk enable/disable systems (using tags).

1 Like