Skip to content

Commit

Permalink
Make modeled field public
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Jul 12, 2024
1 parent 7e9e2fa commit 8aedc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage_point_calculator/src/hexes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct HexPoints {
///
/// This is a convenience field for debugging, hexes can reach similar
/// values through different means, it helps to know the starting value.
modeled: Decimal,
pub modeled: Decimal,
/// Points including Coverage affected multipliers
///
/// modeled + (Rank * Assignment)
Expand Down

0 comments on commit 8aedc6b

Please sign in to comment.