package speiger.src.coreengine.assets; import java.util.List; public interface IAssetPackage { public List getDomains(); public IAsset getAsset(AssetLocation location); }