Ejemplo n.º 1
0
 void Awake()
 {
     point = this.GetComponent <MassPoint>();
 }
Ejemplo n.º 2
0
 public void RegisterMassPoint(MassPoint point)
 {
     points.Add(point);
 }