package de.samdev.colorrunner.game.world.map.provider; public enum TriggerType { RUNBOTTOM, RUNTOP, FLY, NOTHING, GRAVITY, END }