1 2 3 4 5 6 7 8
package de.romjaki.pluggabledino.api import org.newdawn.slick.Input interface Updateable { fun update(input: Input) fun enter() }