29.06.2018, 08:14
why do you want to make this code so hard, it just 3 dimensional array nothing special.
new array[2][3][3],rnd=random(3);
array[0][rnd][0]
array[0][rnd][1]
array[0][rnd][2]
every part of your code doesnt have to be in enumator
new array[2][3][3],rnd=random(3);
array[0][rnd][0]
array[0][rnd][1]
array[0][rnd][2]
every part of your code doesnt have to be in enumator