Exemple #1
0
 //	找野兽
 public void FindAnimals(FindAnimalsOption option)
 {
     option.VillageID = ID;
     UpCall.FindAnimals(option);
 }