示例#1
0
 public static Directions GetRandomDirection()
 {
     return(Randomizer.PickRandomItem(_directions));
 }