private void Awake()
 {
     Type = EventProperty.CallbackType.EndIntro;
     tweenListen.RegisterCallback(this);
 }
Exemple #2
0
 private void Awake()
 {
     tweenListen.RegisterCallback(this);
 }