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

Comparing trunk/RomCheater.PluginFramework/Core/InputPlugin.cs (file contents):
Revision 86 by william, Wed May 9 19:41:06 2012 UTC vs.
Revision 94 by william, Wed May 9 22:31:56 2012 UTC

--- trunk/RomCheater.PluginFramework/Core/InputPlugin.cs	2012/05/09 19:41:06	86
+++ trunk/RomCheater.PluginFramework/Core/InputPlugin.cs	2012/05/09 22:31:56	94
@@ -12,7 +12,7 @@ namespace RomCheater.PluginFramework.Cor
     public abstract class InputPlugin : PluginBase, IInputPlugin
     {
         public InputPlugin() : base() { }
-        public override Guid Id
+        public override Guid ID
         {
             get { return new Guid(); }
         }