using Assets.Common;

namespace Assets
{
    public interface IAnnotationPass
    {
        void Annotate(Map map);
    }
}