From 89662d90f4fe2bedbc470333f6eade7a684c4d4c Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 12 Feb 2022 17:24:51 +0100 Subject: [PATCH] chore(game): add nuget information --- Core/NosSmooth.Game/Data/Characters/Character.cs | 2 +- Core/NosSmooth.Game/NosSmooth.Game.csproj | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Core/NosSmooth.Game/Data/Characters/Character.cs b/Core/NosSmooth.Game/Data/Characters/Character.cs index 5dee80c..9b692d6 100644 --- a/Core/NosSmooth.Game/Data/Characters/Character.cs +++ b/Core/NosSmooth.Game/Data/Characters/Character.cs @@ -86,7 +86,7 @@ public class Character : Player /// Gets or sets the additional sp points of the player. /// /// - /// Used if are 0. Max 1 000 000 + /// Used if are 0. Max 1 000 000. /// public int AdditionalSpPoints { get; set; } } \ No newline at end of file diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index cfe88bb..a2a5485 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -5,6 +5,9 @@ enable 10 net6.0;netstandard2.1 + NosSmooth Game library handling the current game state by responding to packets. + https://github.com/Rutherther/NosSmooth/ + MIT -- 2.49.0