Esempio n. 1
0
 public void SetParent(BouncingLaser bouncingLaser)
 {
     this.parentLaser = bouncingLaser;
     parentLaser.SendMessage("SetChildLaser", this);
 }
Esempio n. 2
0
 public void SetChildLaser(BouncingLaser laser)
 {
     this.childLaser = laser;
 }