namespace WingsEmu.Game.Maps; public interface IMapAttribute { string Name { get; } }