cypher121
10/05/2017, 1:05 AMobject GameOptions {
var paused by property(true)
fun pausedProperty() = getProperty(GameOptions::paused)
}
does not compile since properties in objects are KMutableProperty0, they don't take class instance as the argument