using System; using System.Collections.Generic; using System.Text; namespace IPA { /// /// An enhanced version of a standard BeatSaber plugin. /// public interface IEnhancedBeatSaberPlugin : IBeatSaberPlugin, IGenericEnhancedPlugin { } }