mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:07:22 +01:00
6 lines
160 B
C#
6 lines
160 B
C#
namespace MareSynchronosStaticFilesServer.Services;
|
|
|
|
public interface IClientReadyMessageService
|
|
{
|
|
void SendDownloadReady(string uid, Guid requestId);
|
|
}
|