10 lines
284 B
C#
10 lines
284 B
C#
// Project Makoto Example Plugin
|
|
// Copyright (C) 2023 Fortunevale
|
|
// This code is licensed under MIT license (see 'LICENSE'-file for details)
|
|
|
|
namespace ProjectMakoto.Plugins.Translation.Entities;
|
|
|
|
public class PluginConfig
|
|
{
|
|
public string LibreTranslateHost = "127.0.0.1";
|
|
}
|