ProjectMakoto.Plugins.Trans.../Entities/PluginConfig.cs
2025-01-27 18:37:17 +01:00

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";
}