package cz.jzitnik.game.mobs; public interface EntityLogicInterface { void nextIteration(EntityLogicProvider.EntityLogicMobDTO entityLogicMobDTO); }