package com.gdxjam.utils; public interface Updateable { public void update(); }