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 91 by william, Wed May 9 19:51:42 2012 UTC vs.
Revision 92 by william, Wed May 9 21:42:21 2012 UTC

# Line 16 | Line 16 | namespace RomCheater.PluginFramework.Cor
16          public abstract Guid Id { get; }
17          public abstract string Name { get; }
18          public abstract string Description { get; }
19 +        public abstract void Reload();
20          #endregion
21          public override string ToString()
22          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines