Example #1
0
 public static GemData RandomGem()
 {
     return(Miscellaneous.Choose(instance.gems));
 }