Skip to content

Commit

Permalink
properly documented SpawnDrops() in GridEntityRock.md (#592)
Browse files Browse the repository at this point in the history
currently SpawnDrops() is described as a normal function, despite it being static. it is also missing the 1st parameter in the current documentation, which is the position where drops should be spawned.
  • Loading branch information
spoopster authored Jan 13, 2025
1 parent eb45585 commit ef2f01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/GridEntityRock.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ ___
### UpdateNeighbors () {: aria-label='Functions' }
#### void UpdateNeighbors ( ) {: .copyable aria-label='Functions' }

___
___

0 comments on commit ef2f01f

Please sign in to comment.