Ejemplo n.º 1
0
 private void NotifyFarmerGrown()
 {
     if (farmer != null)
     {
         farmer.FarmlandGrown();
     }
 }