if you’re using that a lot you could have a ``` v...
# announcements
m
if you’re using that a lot you could have a
Copy code
val enabled : Boolean
    get() = engine[WorldSystem::class].editMode
    set(value) {
         engine[WorldSystem::class].editMode = value
    }