6 lines
No EOL
90 B
C#
6 lines
No EOL
90 B
C#
namespace WingsEmu.Game.Maps;
|
|
|
|
public interface IMapAttribute
|
|
{
|
|
string Name { get; }
|
|
} |