# | Line 70 | Line 70 | namespace RomCheater.PluginFramework.Int | |
---|---|---|
70 | } | |
71 | public interface IAcceptsMemoryRange | |
72 | { | |
73 | < | uint MemoryStart { get; set; } |
74 | < | uint MemorySize { get; set; } |
73 | > | int MemoryRangeStart { get; set; } |
74 | > | uint MemoryRangeSize { get; set; } |
75 | } | |
76 | public interface IOutputsData<TData> { TData Data { get; } } | |
77 | public interface ISearchInProgress { bool SearchInProgess { get; } } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |