mirror of
https://github.com/sp-tarkov/loot-dump-processor.git
synced 2025-02-12 14:50:44 -05:00
Co-authored-by: Alex <alex@dm-me-for-questions.com> Reviewed-on: SPT-AKI/LootDumpProcessor#6
6 lines
90 B
C#
6 lines
90 B
C#
namespace LootDumpProcessor.Process;
|
|
|
|
public interface IPipeline
|
|
{
|
|
void DoProcess();
|
|
} |