Files
Intellix/Intelix.Targets/ITarget.cs
T
2026-08-27 10:55:23 -06:00

9 lines
142 B
C#

using Intelix.Helper.Data;
namespace Intelix.Targets;
public interface ITarget
{
void Collect(InMemoryZip zip, Counter counter);
}