Archived
0

Flat world

This commit is contained in:
2018-04-28 11:53:43 +03:00
parent e788841f04
commit a55e340cfe
8 changed files with 209 additions and 36 deletions

7
flat_world/build.gradle Normal file
View File

@@ -0,0 +1,7 @@
group 'mc'
version '1.0-SNAPSHOT'
dependencies {
/* Core */
compile_excludeCopy project(':core')
}