Example #1
0
 private void Awake()
 {
     rect = GetComponent <RectTransform>();
     baseDialogAnimation = GetComponentInChildren <BaseDialogAnimation>();
 }
Example #2
0
 private void Awake()
 {
     dialogAnimation = GetComponentInChildren <BaseDialogAnimation>();
 }