using System.Collections.Generic; using WingsEmu.Game.Maps; namespace WingsEmu.Plugins.BasicImplementations.Managers; public interface IMapAttributeFactory { IEnumerable CreateMapAttributes(Dictionary attributesKeyValue); }