pass a UI to NAT entryProcessors
This commit is contained in:
@@ -7,7 +7,7 @@ import haxe.Json;
|
||||
|
||||
using haxe.io.Path;
|
||||
|
||||
typedef AttachmentProcessor = (Archive, Entry, Array<FileRef>) -> Dynamic;
|
||||
typedef AttachmentProcessor = (Archive, Entry, Array<FileRef>, ?ArchiveUI) -> Dynamic;
|
||||
|
||||
/**
|
||||
* Base System that processes Entries based on whether they have file attachments
|
||||
|
||||
Reference in New Issue
Block a user