[Add] Data
This commit is contained in:
@@ -52,11 +52,11 @@ namespace YachtDice.Tests
|
||||
return go.AddComponent<ScoringSystem>();
|
||||
}
|
||||
|
||||
private IReadOnlyList<IDie> CreateDice(params int[] values)
|
||||
private IReadOnlyList<IDice> CreateDice(params int[] values)
|
||||
{
|
||||
var dice = new DieInstance[values.Length];
|
||||
var dice = new DiceInstance[values.Length];
|
||||
for (int i = 0; i < values.Length; i++)
|
||||
dice[i] = new DieInstance(_standardDiсe, values[i]);
|
||||
dice[i] = new DiceInstance(_standardDiсe, values[i]);
|
||||
return dice;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user