chore(game): add nuget information
2 files changed, 4 insertions(+), 1 deletions(-) M Core/NosSmooth.Game/Data/Characters/Character.cs M Core/NosSmooth.Game/NosSmooth.Game.csproj
M Core/NosSmooth.Game/Data/Characters/Character.cs => Core/NosSmooth.Game/Data/Characters/Character.cs +1 -1
@@ 86,7 86,7 @@ public class Character : Player /// Gets or sets the additional sp points of the player. /// </summary> /// <remarks> /// Used if <see cref="SpPoints"/> are 0. Max 1 000 000 /// Used if <see cref="SpPoints"/> are 0. Max 1 000 000. /// </remarks> public int AdditionalSpPoints { get; set; } } \ No newline at end of file
M Core/NosSmooth.Game/NosSmooth.Game.csproj => Core/NosSmooth.Game/NosSmooth.Game.csproj +3 -0
@@ 5,6 5,9 @@ <Nullable>enable</Nullable> <LangVersion>10</LangVersion> <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks> <Description>NosSmooth Game library handling the current game state by responding to packets.</Description> <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl> <PackageLicenseExpression>MIT</PackageLicenseExpression> </PropertyGroup> <ItemGroup>