예제 #1
0
 public override void Pause()
 {
     gatherable.RemoveGatherer(gatherer);
 }
예제 #2
0
 public void StopGathering()
 {
     state = States.None;
     gatherable.RemoveGatherer(this);
     GameManager.UI.Get <ProgressUI>().StopProgress(unit.transform);
 }