NosSmooth.Game 2.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package NosSmooth.Game --version 2.3.1
NuGet\Install-Package NosSmooth.Game -Version 2.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NosSmooth.Game" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NosSmooth.Game --version 2.3.1
#r "nuget: NosSmooth.Game, 2.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NosSmooth.Game as a Cake Addin
#addin nuget:?package=NosSmooth.Game&version=2.3.1

// Install NosSmooth.Game as a Cake Tool
#tool nuget:?package=NosSmooth.Game&version=2.3.1

NosSmooth Game library handling the current game state by responding to packets.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NosSmooth.Game:

Package Downloads
NosSmooth.Extensions.Combat

Manages NosSmooth combat state, currently exposing a simple technique to kill one enemy at a time.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.0 297 2/13/2023
2.5.2 240 2/8/2023
2.5.1 235 2/8/2023
2.5.0 281 2/5/2023
2.4.2 308 1/21/2023
2.4.0 266 1/20/2023
2.3.5 267 1/20/2023
2.3.4 263 1/18/2023
2.3.3 265 1/17/2023
2.3.1 263 1/17/2023
2.3.0 260 1/15/2023
2.2.1 258 1/15/2023
2.2.0 273 1/14/2023
2.1.0 288 1/8/2023
2.0.0 265 1/5/2023
1.3.2 278 1/1/2023
1.3.1 271 1/1/2023
1.3.0 260 12/31/2022
1.2.1 416 2/19/2022
1.2.0 390 2/18/2022
1.1.0 395 2/13/2022
1.0.0 394 2/12/2022

Handle hp, max hp from st and su packets.