mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-17 06:50:29 +00:00
Misc
This commit is contained in:
@@ -36,7 +36,7 @@ namespace ArchiSteamFarm.CustomPlugins.PeriodicGC {
|
|||||||
|
|
||||||
public string Name => nameof(PeriodicGCPlugin);
|
public string Name => nameof(PeriodicGCPlugin);
|
||||||
|
|
||||||
public Version Version => typeof(PeriodicGCPlugin).Assembly.GetName().Version ?? throw new ArgumentNullException(nameof(Version));
|
public Version Version => typeof(PeriodicGCPlugin).Assembly.GetName().Version ?? throw new InvalidOperationException(nameof(Version));
|
||||||
|
|
||||||
public void OnLoaded() {
|
public void OnLoaded() {
|
||||||
TimeSpan timeSpan = TimeSpan.FromSeconds(GCPeriod);
|
TimeSpan timeSpan = TimeSpan.FromSeconds(GCPeriod);
|
||||||
|
|||||||
Reference in New Issue
Block a user