--- trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2012/05/28 10:37:53 195 +++ trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2012/05/31 05:52:41 196 @@ -59,4 +59,8 @@ namespace RomCheater.PluginFramework.Int { Process AcceptedProcess { get; set; } } + public interface IAcceptsProcessPID + { + int ProcessPID { get; set; } + } } |