feat(aihit): AIHITLoadWorker + AIHITSyncWorker
This commit is contained in:
8
PARR.AIHITSyncer/IAihitSyncer.cs
Normal file
8
PARR.AIHITSyncer/IAihitSyncer.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.AIHITSyncer
|
||||
{
|
||||
public interface IAihitSyncer
|
||||
{
|
||||
void Start();
|
||||
void Stop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user