void Start() { cLine = GetComponent <LineRenderer>(); if (!cLine) { Debug.Log("No line renderer"); } cHpShlds = GetComponent <A_HealthShields>(); cMisc = GetComponent <EN_Misc>(); }
void Start() { cHpShlds = GetComponent <A_HealthShields>(); cMisc = GetComponent <EN_Misc>(); }
void Start() { cHpShlds = GetComponent <A_HealthShields>(); cMisc = GetComponent <EN_Misc>(); mClipD.mAmt = mClipD._size; }