--- trunk/RomCheater.CorePlugins/Config/GenericConfig.cs 2012/05/09 22:23:18 93 +++ trunk/RomCheater.CorePlugins/Config/GenericConfig.cs 2012/05/09 22:31:56 94 @@ -15,7 +15,7 @@ namespace RomCheater.CorePlugins.Config protected override bool IsNotValidProcess(ProcContainer p) { return false; } #region IPluginBase Members - public override Guid Id + public override Guid ID { get { |