rdt-client/server/RdtClient.Service/Services/ITrackerListGrabber.cs
2026-02-11 19:44:49 -07:00

6 lines
114 B
C#

namespace RdtClient.Service.Services;
public interface ITrackerListGrabber
{
Task<String[]> GetTrackers();
}