Files
Server/OwnChar.Server/Api/Plugins/IPluginLoadContextServer.cs
2024-07-18 14:44:29 +02:00

6 lines
91 B
C#

namespace OwnChar.ServerNew.Api.Plugins;
public interface IPluginLoadContextServer
{
}