Exemplo n.º 1
0
 public void OnDestroyedAttractField(GuestCtrlNormal ctrl)
 {
     ctrl.SetNavTarget(ctrl.m_goOutDestination);
 }
Exemplo n.º 2
0
 public void OnAwake(GuestCtrlNormal ctrl)
 {
     ctrl.SetNavTarget(ctrl.m_goOutDestination);
 }