using System; using System.Collections.Generic; using System.Text; namespace IPA.Old { /// /// An enhanced version of the standard IPA plugin. /// [Obsolete("When building plugins for Beat Saber, use IEnhancedBeatSaberPlugin")] public interface IEnhancedPlugin : IPlugin, IGenericEnhancedPlugin { } }