9 lines
No EOL
184 B
C#
9 lines
No EOL
184 B
C#
using System.Collections.Generic;
|
|
|
|
namespace TranslationServer.Loader
|
|
{
|
|
public class BannedNamesConfiguration
|
|
{
|
|
public List<string> BannedNames { get; set; }
|
|
}
|
|
} |