~ruther/NosSmooth

89662d90f4fe2bedbc470333f6eade7a684c4d4c — Rutherther 3 years ago 2743847
chore(game): add nuget information
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>