some new files / some changes here and there for localized producers
[mir.git] / source / mircoders / localizer / MirProducerLocalizer.java
1 package mircoders.localizer;
2
3 import java.util.*;
4
5 public interface MirProducerLocalizer {
6   public Map factories();
7 }