--- trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs 2012/06/05 02:19:13 286 +++ trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs 2012/06/05 08:52:07 287 @@ -12,7 +12,7 @@ namespace RomCheater.PluginFramework.Eve public interface IAcceptsBrowseMemoryRegion { - BaseEventHandler<BrowseMemoryRegionEvent> OnBrowseMemoryRegion { get; set; } + event BaseEventHandler<BrowseMemoryRegionEvent> OnBrowseMemoryRegion; } public interface IBrowseMemoryRegionEvent |