1 2 3 4 5 6
package ch.asynk.tankontank.engine; public interface Faction { public boolean isEnemy(Faction other); }