Files
SnowcloakServer/MareSynchronosServer/MareSynchronosStaticFilesServer/Services/ITouchHashService.cs

7 lines
146 B
C#
Raw Normal View History

2025-08-22 11:55:35 +01:00
namespace MareSynchronosStaticFilesServer.Services;
public interface ITouchHashService : IHostedService
{
void TouchColdHash(string hash);
}