summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/engine/Faction.java
blob: e108fc4b5b4ec17438d9204b2cb2e63a4fd42d82 (plain)
1
2
3
4
5
6
package ch.asynk.rustanddust.engine;

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