# | Line 12 | Line 12 | namespace RomCheater.PluginFramework.Eve | |
---|---|---|
12 | ||
13 | public interface IAcceptsBrowseMemoryRegion | |
14 | { | |
15 | < | BaseEventHandler<BrowseMemoryRegionEvent> OnBrowseMemoryRegion { get; set; } |
15 | > | event BaseEventHandler<BrowseMemoryRegionEvent> OnBrowseMemoryRegion; |
16 | } | |
17 | ||
18 | public interface IBrowseMemoryRegionEvent |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |