[Fix] Refactor project
This commit is contained in:
@@ -16,7 +16,7 @@ namespace YachtDice.Dice
|
||||
|
||||
public override int[] GetFaceValues()
|
||||
{
|
||||
int[] copy = new int[faceValues.Length];
|
||||
var copy = new int[faceValues.Length];
|
||||
System.Array.Copy(faceValues, copy, faceValues.Length);
|
||||
return copy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user