10 lines
No EOL
173 B
C#
10 lines
No EOL
173 B
C#
namespace BuecherwurmAPI.Data
|
|
{
|
|
public static class Tables
|
|
{
|
|
public struct Table
|
|
{
|
|
public const string Lends = "Lends";
|
|
}
|
|
}
|
|
} |