using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace IllusionPlugin
|
|
{
|
|
public interface IEnhancedBeatSaberPlugin : IBeatSaberPlugin, IGenericEnhancedPlugin
|
|
{
|
|
}
|
|
}
|