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