Skip to content

Commit

Permalink
[GitHub Action] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 23, 2024
1 parent bdb46df commit 03ebd18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RoR2.Util has a lot of existing helping methods such as CheckRoll, ApplySpread,

### Iterate through all living entities
```csharp
foreach (var characterBody in CharactBody.readOnlyInstancesList)
foreach (var characterBody in CharacterBody.readOnlyInstancesList)
{
// characterBody is a living entity (like a monster, or a player / survivor body)
}
Expand Down

0 comments on commit 03ebd18

Please sign in to comment.