We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2db82 commit ebf454eCopy full SHA for ebf454e
engine/Sandbox.Engine/Scene/Components/Game/ModelHitboxes.cs
@@ -169,7 +169,7 @@ public void UpdatePositions()
169
internal readonly List<Hitbox> Hitboxes = new();
170
171
/// <summary>
172
- /// Adds a hitbox to the models hitbox list
+ /// Adds a hitbox to the model's hitbox list
173
/// </summary>
174
/// <param name="hitbox"></param>
175
public void AddHitbox( Hitbox hitbox )
@@ -178,7 +178,7 @@ public void AddHitbox( Hitbox hitbox )
178
}
179
180
181
- /// Removes a hitbox from the models hitbox list.
+ /// Removes a hitbox from the model's hitbox list.
182
183
184
public void RemoveHitbox( Hitbox hitbox )
0 commit comments