Skip to content

Commit

Permalink
docs: removed table param from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Jun 24, 2024
1 parent a23ddc6 commit 866f2ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JotunnLib/Managers/PieceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ public void RemovePieceCategory(string table, string name)
/// Remove a <see cref="Piece.PieceCategory"/> from a table by name.
/// This does noting if a piece is still assigned to the category, remove it before calling this.
/// </summary>
/// <param name="table">Prefab or item name of the PieceTable.</param>
/// <param name="name">Name of the category.</param>
public void RemovePieceCategory(string name)
{
Expand Down

0 comments on commit 866f2ab

Please sign in to comment.