Ejemplo n.º 1
0
 public void OnDestroyedAttractField(GuestCtrlStayBehind ctrl)
 {
 }
Ejemplo n.º 2
0
 public void OnAwake(GuestCtrlStayBehind ctrl)
 {
 }
Ejemplo n.º 3
0
 public void OnHitBullet(GuestCtrlStayBehind ctrl)
 {
 }
Ejemplo n.º 4
0
 public void OnNearTarget(GuestCtrlStayBehind ctrl)
 {
 }
Ejemplo n.º 5
0
 public void OnUpdate(GuestCtrlStayBehind ctrl)
 {
 }
Ejemplo n.º 6
0
 public void OnNearTarget(GuestCtrlStayBehind ctrl)
 {
     ctrl.SetState <CtrlStateWait>();
 }
Ejemplo n.º 7
0
 public void OnNearTarget(GuestCtrlStayBehind ctrl)
 {
     GameObject.Destroy(ctrl.gameObject);
 }