11 lines
No EOL
179 B
C#
11 lines
No EOL
179 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsAPI.Plugins
|
|
{
|
|
public interface IPluginPathConfigurationProvider
|
|
{
|
|
string PluginsPath { get; }
|
|
}
|
|
} |