Files
Intellix/Intelix.Targets/ITarget.cs
T

9 lines
142 B
C#
Raw Normal View History

2026-08-27 10:55:23 -06:00
using Intelix.Helper.Data;
namespace Intelix.Targets;
public interface ITarget
{
void Collect(InMemoryZip zip, Counter counter);
}