diff --git a/core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/GravityPlayerController.java b/core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/GravityPlayerController.java new file mode 100644 index 0000000..3fb47a0 --- /dev/null +++ b/core/src/de/samdev/colorrunner/game/world/entities/gameentities/controller/GravityPlayerController.java @@ -0,0 +1,8 @@ +package de.samdev.colorrunner.game.world.entities.gameentities.controller; + +/** + * Created by benza on 25.05.2017. + */ + +public class GravityPlayerController { +}