Exemplo n.º 1
0
 private void Awake()
 {
     this.drawCircumference = this.GetComponent <DrawCircumference>();
     this.calculateRadius   = this.GetComponent <CalculateRadius>();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     this.drawCircumference = this.GetComponent <DrawCircumference>();
 }