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