public interface AbstractLevel {
  void adjust(int ticks);
}
