Skip to content

Commit

Permalink
remove public from helper member
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Jul 3, 2024
1 parent 5a41baf commit d9ae734
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion coverage_point_calculator/src/hexes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ pub struct HexPoints {
/// Default points received for hex
///
/// (RadioType, SignalLevel) points
pub modeled: Decimal,
///
/// This is a convenience field for debugging, hexes can reach similar
/// values through different means, it helps to know the starting value.
modeled: Decimal,
/// Points including Coverage affected multipliers
///
/// modeled + (Rank * Assignment)
Expand Down

0 comments on commit d9ae734

Please sign in to comment.