Skip to content

Commit

Permalink
Hide constructor which is just used in unit tests
Browse files Browse the repository at this point in the history
Fixes #390
  • Loading branch information
sven-n committed Nov 18, 2023
1 parent 379297f commit bf033f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public SoulJewelConsumeHandlerPlugIn()
/// Initializes a new instance of the <see cref="SoulJewelConsumeHandlerPlugIn"/> class.
/// </summary>
/// <param name="randomizer">The randomizer.</param>
public SoulJewelConsumeHandlerPlugIn(IRandomizer randomizer)
internal SoulJewelConsumeHandlerPlugIn(IRandomizer randomizer)
{
this._randomizer = randomizer;
}
Expand Down

0 comments on commit bf033f8

Please sign in to comment.