Ejemplo n.º 1
0
 public void destroy()
 {
     Destroy(timeToDepositCountdown);
     Destroy(timeToGatherCountdown);
     humanAnimationController.resetAnimations();
     if (currentlyCuttingBerryTree != null)
     {
         currentlyCuttingBerryTree.setWhoIsCurrentlyCutting(null);
     }
     Destroy(this);
 }
Ejemplo n.º 2
0
 public void destroy()
 {
     Destroy(waitBeforeNextStep);
     humanAnimationController.resetAnimations();
     Destroy(this);
 }