// WingsEmu // // Developed by NosWings Team namespace WingsAPI.Plugins { public interface IPlugin { /// /// Name of the plugin /// string Name { get; } } }