mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 09:00:13 +00:00
Misc
This commit is contained in:
@@ -282,6 +282,7 @@ namespace ArchiSteamFarm {
|
|||||||
|
|
||||||
// ReSharper disable UnusedMember.Global
|
// ReSharper disable UnusedMember.Global
|
||||||
public bool ShouldSerializeBackingCellID() => BackingCellID != 0;
|
public bool ShouldSerializeBackingCellID() => BackingCellID != 0;
|
||||||
|
public bool ShouldSerializeBackingLastChangeNumber() => LastChangeNumber != 0;
|
||||||
public bool ShouldSerializePackagesAccessTokens() => !PackagesAccessTokens.IsEmpty;
|
public bool ShouldSerializePackagesAccessTokens() => !PackagesAccessTokens.IsEmpty;
|
||||||
public bool ShouldSerializePackagesData() => !PackagesData.IsEmpty;
|
public bool ShouldSerializePackagesData() => !PackagesData.IsEmpty;
|
||||||
public bool ShouldSerializeServerListProvider() => ServerListProvider.ShouldSerializeServerRecords();
|
public bool ShouldSerializeServerListProvider() => ServerListProvider.ShouldSerializeServerRecords();
|
||||||
|
|||||||
Reference in New Issue
Block a user