Merge :game into :engine module

This commit is contained in:
2021-03-03 12:49:33 +01:00
parent 6d24d2600e
commit 6d5c9388f7
103 changed files with 406 additions and 457 deletions

View File

@@ -34,6 +34,6 @@ class DefaultGameEngineProvider : GameEngineProvider {
}
companion object {
private const val GAME_ENGINE_JAR = "/engine/game.jar"
private const val GAME_ENGINE_JAR = "/engine/engine.jar"
}
}