예제 #1
0
 void Start()
 {
     battleGui      = gameObject.GetComponent <BattleGUI>();
     announcements  = gameObject.GetComponentInChildren <Announcements>();
     attributes     = gameObject.GetComponentInChildren <AttributeBoard>();
     timeLineLength = battleGui.GetLength();
 }