mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 07:54:15 +01:00
refactor a little bit
This commit is contained in:
parent
cfb8cdaa79
commit
327b6275c0
23 changed files with 1091 additions and 894 deletions
7
MareSynchronos/Interop/Ipc/IIpcCaller.cs
Normal file
7
MareSynchronos/Interop/Ipc/IIpcCaller.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace MareSynchronos.Interop.Ipc;
|
||||
|
||||
public interface IIpcCaller : IDisposable
|
||||
{
|
||||
bool APIAvailable { get; }
|
||||
void CheckAPI();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue