예제 #1
0
파일: Itemlist.cs 프로젝트: Lomacil/Harvest
 public Items.plants clonePlant(Items.plants p)
 {
     Items.plants ret = new Items.plants(p.getID(),p.getName(),p.getCorSeed(),p.getCorFruit(),p.getStages(),p.getGrowTime());
     return ret;
 }