mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Do not serialize plugin API objects in IPC API
This commit is contained in:
@@ -63,18 +63,22 @@ namespace ArchiSteamFarm {
|
||||
private static readonly SemaphoreSlim BotsSemaphore = new SemaphoreSlim(1, 1);
|
||||
private static readonly SemaphoreSlim LoginSemaphore = new SemaphoreSlim(1, 1);
|
||||
|
||||
[JsonIgnore]
|
||||
[PublicAPI]
|
||||
public readonly Actions Actions;
|
||||
|
||||
[JsonIgnore]
|
||||
[PublicAPI]
|
||||
public readonly ArchiLogger ArchiLogger;
|
||||
|
||||
[JsonIgnore]
|
||||
[PublicAPI]
|
||||
public readonly ArchiWebHandler ArchiWebHandler;
|
||||
|
||||
[JsonProperty]
|
||||
public readonly string BotName;
|
||||
|
||||
[JsonIgnore]
|
||||
[PublicAPI]
|
||||
public readonly Commands Commands;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user