Files
server/MareSynchronosServer/MareSynchronosStaticFilesServer/Services/IClientReadyMessageService.cs
2024-01-15 12:26:09 +01:00

7 lines
160 B
C#

namespace MareSynchronosStaticFilesServer.Services;
public interface IClientReadyMessageService
{
void SendDownloadReady(string uid, Guid requestId);
}