using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace RomCheater.PluginFramework.Core { /// /// Base class for all window plugins /// public abstract class WindowPlugin : PluginBase { } }