9 lines
123 B
C#
9 lines
123 B
C#
namespace PARR.AIHITSyncer
|
|
{
|
|
public interface IAihitSyncer
|
|
{
|
|
void Start();
|
|
void Stop();
|
|
}
|
|
}
|