package machinemuse.powersuits.common; import java.util.List; public abstract class AugLayout { private List slots; }