Exemplo n.º 1
0
 void Awake()
 {
     tui = (this);
 }
Exemplo n.º 2
0
 public static void RegisterTimeline(TimelineUI _timeline)
 {
     t._timelines.Add(_timeline);
 }
Exemplo n.º 3
0
 private void Awake()
 {
     Instance = this;
 }