8 lines
107 B
C#
8 lines
107 B
C#
|
|
namespace PARR.AIHITLoader
|
|||
|
|
{
|
|||
|
|
public interface IAihitLoader
|
|||
|
|
{
|
|||
|
|
Task StartAsync();
|
|||
|
|
}
|
|||
|
|
}
|