8 lines
183 B
C#
8 lines
183 B
C#
namespace RolemasterDb.App.Components.Tables;
|
|
|
|
public static class TablesDensityMode
|
|
{
|
|
public const string Comfortable = "comfortable";
|
|
public const string Dense = "dense";
|
|
}
|