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