We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fe982 commit 0789338Copy full SHA for 0789338
2 files changed
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>3.3.5</Version>
+ <Version>3.3.6</Version>
4
<UsePackageReferences>false</UsePackageReferences>
5
<PackageLicenseFile>LICENSE</PackageLicenseFile>
6
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
WCSharp.Lightnings/LightningSystem.cs
@@ -9,7 +9,7 @@ namespace WCSharp.Lightnings
9
/// </summary>
10
public static class LightningSystem
11
{
12
- private static readonly TimerSetCollective<Lightning> timerSet = new(TimerSystem.DEFAULT_TICK_INTERVAL);
+ private static readonly TimerSetCollectiveDisposable<Lightning> timerSet = new(TimerSystem.DEFAULT_TICK_INTERVAL);
13
/// <summary>
14
/// All active lightnings.
15
0 commit comments