server-master/srcs/WingsAPI.Game/Maps/IMapAttribute.cs
2026-02-10 18:21:30 +01:00

6 lines
No EOL
90 B
C#

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