14 lines
No EOL
230 B
C#
14 lines
No EOL
230 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsAPI.Plugins
|
|
{
|
|
public interface IPlugin
|
|
{
|
|
/// <summary>
|
|
/// Name of the plugin
|
|
/// </summary>
|
|
string Name { get; }
|
|
}
|
|
} |