package ch.asynk.tankontank.engine;

public interface Faction
{
    public boolean isEnemy(Faction other);
}