示例#1
0
文件: Seed.cs 项目: zmazza/ServUO
 public static Seed RandomBonsaiSeed(double increaseRatio)
 {
     return(new Seed(PlantTypeInfo.RandomBonsai(increaseRatio), PlantHue.Plain, false));
 }