Skip to content

Commit

Permalink
Keep damageAmount protected instead of private
Browse files Browse the repository at this point in the history
  • Loading branch information
perkinslr committed Feb 1, 2024
1 parent 6e5c437 commit 303ce5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public Thing intendedTargetThing
/// <summary>
/// Backing field for <see cref="DamageAmount"/>.
/// </summary>
private float? damageAmount;
protected float? damageAmount;

/// <summary>
/// Return the damage dealt by this projectile scaled by the quality multiplier of its launcher.
Expand Down

0 comments on commit 303ce5e

Please sign in to comment.