package com.thecherno.cherno.engine.interfaces; public interface Updatable { public void update(); }