package com.last.commit.config enum class ActionCommand { //move UP, DOWN, LEFT, RIGHT, //interaction TIME_TRAVEL, INTERACT, //program interaction OPEN_MENU, JUMP }