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 4c65a4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion coverage_point_calculator/src/hexes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ 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 4c65a4d

Please sign in to comment.