8 lines
140 B
C#
8 lines
140 B
C#
namespace MareSynchronos.Interop.Ipc;
|
|
|
|
public interface IIpcCaller : IDisposable
|
|
{
|
|
bool APIAvailable { get; }
|
|
void CheckAPI();
|
|
}
|