using Assets.Common; namespace Assets.AnnotationPass { public interface IAnnotationPass { void Annotate(Map map); } }