Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stilnat committed Nov 24, 2023
1 parent d78e9bb commit 829b168
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,9 @@ private bool CanHoldItem(Item item)
}

/// <summary>
/// Checks if this item can be stored and fits inside the container
/// Checks if this item can be stored and fits inside the container. It will also check for
/// custom storage conditions if they exists, which are scripts put on the same game object as this container and
/// implementing IStorageCondition.
/// </summary>
/// <param name="item"></param>
/// <returns></returns>
Expand Down

0 comments on commit 829b168

Please sign in to comment.