Beispiel #1
0
 public void Pretend(Bubble other)
 {
     view.Refresh(other.Score);
     movement.Teleport(other.transform.position);
 }
Beispiel #2
0
 private void SetScore(IBubbleScore score)
 {
     this.score = score;
     view.Refresh(score);
 }