Exemplo n.º 1
0
 private void Awake()
 {
     rect = GetComponent <RectTransform>();
     baseDialogAnimation = GetComponentInChildren <BaseDialogAnimation>();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     dialogAnimation = GetComponentInChildren <BaseDialogAnimation>();
 }