예제 #1
0
 public static int RandomGoal(XmlData gameData)
 {
     return(gameData.Items.Select(_ => _.Value).PickRandom().ObjectType);
 }