Exemple #1
0
 public void OnDestroyedAttractField(GuestCtrlImpatient ctrl)
 {
     ctrl.SetNavTarget(ctrl.m_goOutDestination);
 }
Exemple #2
0
 public void OnAwake(GuestCtrlImpatient ctrl)
 {
     ctrl.SetNavTarget(ctrl.m_goOutDestination);
 }