using System; using System.Collections.Generic; using System.Linq; using System.Text; using RomCheater.PluginFramework.Core; namespace RomCheater.CorePlugins.Config { public class GenericConfig : ConfigPlugin { public GenericConfig() : base() { } } }