restore breaking API change

This commit is contained in:
PrototypeTrousers
2021-07-22 21:50:56 -03:00
parent 8e4658be20
commit 8cef06512a
6 changed files with 20 additions and 8 deletions
@@ -47,5 +47,5 @@ public interface IStackWatcherHost
* @param diffStack new stack
* @param chan storage channel
*/
void onStackChange( IAEStack<?> diffStack, IStorageChannel<?> chan );
void onStackChange( IItemList<?> o, IAEStack<?> fullStack, IAEStack<?> diffStack, IActionSource src, IStorageChannel<?> chan );
}