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