Type returns a unique string representation of the Scene, used to identify it
()
| 18 | |
| 19 | // Type returns a unique string representation of the Scene, used to identify it |
| 20 | Type() string |
| 21 | } |
| 22 | |
| 23 | // Shower is an optional interface a Scene can implement, indicating it'll have custom behavior |
no outgoing calls