示例#1
0
 public void OnTake(ItemReplacer item)
 {
     if (this.m_GrownPlant)
     {
         AcreRespawnFruits component = this.m_GrownPlant.GetComponent <AcreRespawnFruits>();
         if (component != null)
         {
             component.OnTake(item);
         }
     }
 }