WCSharp.Events
2.1.0-rc10
See the version list below for details.
dotnet add package WCSharp.Events --version 2.1.0-rc10
NuGet\Install-Package WCSharp.Events -Version 2.1.0-rc10
<PackageReference Include="WCSharp.Events" Version="2.1.0-rc10" />
<PackageVersion Include="WCSharp.Events" Version="2.1.0-rc10" />
<PackageReference Include="WCSharp.Events" />
paket add WCSharp.Events --version 2.1.0-rc10
#r "nuget: WCSharp.Events, 2.1.0-rc10"
#:package WCSharp.Events@2.1.0-rc10
#addin nuget:?package=WCSharp.Events&version=2.1.0-rc10&prerelease
#tool nuget:?package=WCSharp.Events&version=2.1.0-rc10&prerelease
Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#.
The Events package provides various systems for organising events with a focus on efficiency and simplicity. Currently this is limited to periodic and PlayerUnitEvents.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net5.0
- War3Api.Blizzard (>= 1.32.9)
- War3Api.Common (>= 1.32.9)
- WCSharp.Shared (>= 2.1.0-rc1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on WCSharp.Events:
| Package | Downloads |
|---|---|
|
WCSharp.Buffs
Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#. This package allows for the creation and management of powerful buffs and auras in Warcraft III. |
|
|
WCSharp.Dummies
Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#. This package allows for the fetching and recycling of dummy units in Warcraft III. |
|
|
WCSharp.Missiles
Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#. This package allows for the creation and management of missiles in Warcraft III. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.3.8 | 511 | 2/7/2026 |
| 3.3.7 | 167 | 2/6/2026 |
| 3.3.6 | 173 | 2/5/2026 |
| 3.3.5 | 177 | 2/4/2026 |
| 3.3.4 | 312 | 2/3/2026 |
| 3.3.3 | 176 | 2/3/2026 |
| 3.3.2 | 208 | 2/3/2026 |
| 3.3.1 | 182 | 2/2/2026 |
| 3.3.0 | 186 | 1/17/2026 |
| 3.3.0-rc4 | 273 | 9/23/2025 |
| 3.3.0-rc3 | 386 | 9/18/2025 |
| 3.3.0-rc2 | 355 | 9/17/2025 |
| 3.3.0-rc1 | 204 | 9/13/2025 |
| 3.2.10 | 1,611 | 8/29/2025 |
| 3.2.9 | 417 | 8/29/2025 |
| 3.2.8 | 334 | 8/23/2025 |
| 3.2.7 | 389 | 8/17/2025 |
| 3.2.6 | 305 | 8/1/2025 |
| 3.2.5 | 376 | 7/30/2025 |
| 2.1.0-rc10 | 281 | 6/27/2022 |
- Now register PlayerUnitEvents for every player slot, regardless of whether the slot is filled or not (may make an option for this behaviour later).