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