Exemple #1
0
 public static Facing Randomize(this Facing facing)
 {
     return(facing.Randomize(random));
 }