package ch.asynk.gdx.boardgame; public interface Faction { public boolean isEnemy(Faction other); }