// WingsEmu // // Developed by NosWings Team namespace WingsAPI.Plugins { public interface IGamePlugin : IPlugin { /// /// Called when this plugin is loaded but before it has been enabled /// void OnLoad(); } }