Parent Directory
|
Revision Log
|
Patch
--- 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 @@ { Process AcceptedProcess { get; set; } } + public interface IAcceptsProcessPID + { + int ProcessPID { get; set; } + } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |