Files
parr_api/PARR.AIHITLoader/IAihitLoader.cs
2024-02-05 14:45:09 +10:00

8 lines
107 B
C#

namespace PARR.AIHITLoader
{
public interface IAihitLoader
{
Task StartAsync();
}
}