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