using System; using UnityEngine; namespace BepInEx { /// /// The base plugin type, that is loaded into the game. /// public abstract class BaseUnityPlugin : MonoBehaviour { } }