コード例 #1
0
ファイル: Map.cs プロジェクト: umxyz/PlantsvsZombies_zcy
 public bool initPlantBox(string type)
 {
     pb.setType(type);
     pb.Run();
     return(true);
 }