Add orx-parameters

This commit is contained in:
Edwin Jakobs
2020-02-01 22:25:20 +01:00
parent fe5c167f47
commit cde80ff06f
7 changed files with 197 additions and 1 deletions

3
orx-fx/build.gradle Normal file
View File

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