package magic.ui; public interface IUpdatable { void update(); }