7 lines
No EOL
153 B
C#
7 lines
No EOL
153 B
C#
namespace TranslationServer.Loader
|
|
{
|
|
public class TranslationsFileLoaderOptions
|
|
{
|
|
public string TranslationsPath { get; set; }
|
|
}
|
|
} |