void Start()
 {
     lerp = this.GetComponent <LerpScale>();
 }
Exemple #2
0
 void Awake()
 {
     lerpScale = this.gameObject.GetComponent <LerpScale>();
 }