Esempio n. 1
0
 public override void Collide(SpaceObject collider)
 {
     //throw new NotImplementedException();
 }
Esempio n. 2
0
 public void setTarget(SpaceObject newTarget)
 {
     this.target = newTarget;
 }
Esempio n. 3
0
 public override void TakeDamage(float damage, SpaceObject source)
 {
     //throw new NotImplementedException();
 }