🎨 chanege Random type to static
continuous-integration/drone/push Build is passing Details

pull/62/head
Ismail TAHA JANAN 2 years ago
parent 344a0fb9ac
commit 5a76434f96

@ -12,7 +12,7 @@ namespace Model.Dice
private readonly List<T> listFaces = new();
private readonly Random rnd = new();
private static readonly Random rnd = new();
protected AbstractDie(string name, params T[] faces)
{

Loading…
Cancel
Save