ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Core/PluginBase.cs
(Generate patch)

Comparing trunk/RomCheater.PluginFramework/Core/PluginBase.cs (file contents):
Revision 87 by william, Wed May 9 19:51:42 2012 UTC vs.
Revision 92 by william, Wed May 9 21:42:21 2012 UTC

--- trunk/RomCheater.PluginFramework/Core/PluginBase.cs	2012/05/09 19:51:42	87
+++ trunk/RomCheater.PluginFramework/Core/PluginBase.cs	2012/05/09 21:42:21	92
@@ -16,6 +16,7 @@ namespace RomCheater.PluginFramework.Cor
         public abstract Guid Id { get; }
         public abstract string Name { get; }
         public abstract string Description { get; }
+        public abstract void Reload();
         #endregion
         public override string ToString()
         {