--- trunk/RomCheater.PluginFramework/Core/WindowPlugin.cs 2012/05/09 17:48:05 82 +++ trunk/RomCheater.PluginFramework/Core/WindowPlugin.cs 2012/05/09 17:48:15 83 @@ -2,13 +2,14 @@ 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 + public abstract class WindowPlugin : PluginBase, IWindowPlugin { } }