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

Comparing trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs (file contents):
Revision 83 by william, Wed May 9 17:48:15 2012 UTC vs.
Revision 86 by william, Wed May 9 19:41:06 2012 UTC

# Line 9 | Line 9 | namespace RomCheater.PluginFramework.Int
9      #region IPluginBase
10      public interface IPluginBase
11      {
12 +        Guid Id { get; }
13          string Name { get;}
14          string Description { get; }
15 +        string ToString();
16      }
17      #endregion
18      #region IConfigPlugin
# Line 36 | Line 38 | namespace RomCheater.PluginFramework.Int
38          List<IConfigPlugin> LoadedConfigPlugins { get; }
39          List<IInputPlugin> LoadedInputPlugins { get; }
40          List<IWindowPlugin> LoadedWindowPlugins { get; }
41 +        string ToString();
42      }
43      #endregion
44   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines