Add Layer.enabled and make it @BooleanParameter annotated

This commit is contained in:
Edwin Jakobs
2020-02-12 18:12:53 +01:00
parent 8a016fb97d
commit 9212d75033
2 changed files with 180 additions and 149 deletions

View File

@@ -0,0 +1,3 @@
dependencies {
compile project(":orx-parameters")
}