# | Line 121 | Line 121 | namespace RomCheater.PluginFramework.Int | |
---|---|---|
121 | uint MemoryRangeSize { get; } | |
122 | } | |
123 | public interface IOutputsData<TData> { TData Data { get; } } | |
124 | < | public interface ISearchInProgress { bool SearchInProgess { get; } } |
124 | > | public interface ISearchInProgress |
125 | > | { |
126 | > | bool SearchInProgess { get; } |
127 | > | Guid SearchGuid { get; } |
128 | > | } |
129 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |