Files
SnowcloakClient/MareSynchronos/Interop/Ipc/IIpcCaller.cs

8 lines
140 B
C#

namespace MareSynchronos.Interop.Ipc;
public interface IIpcCaller : IDisposable
{
bool APIAvailable { get; }
void CheckAPI();
}