Files
ClubPenguinServer/MareSynchronosServer/MareSynchronosStaticFilesServer/Services/ITouchHashService.cs
2024-09-08 11:22:38 +00:00

7 lines
146 B
C#

namespace MareSynchronosStaticFilesServer.Services;
public interface ITouchHashService : IHostedService
{
void TouchColdHash(string hash);
}