Exemplo n.º 1
0
 public void OnInteract(Actor.Actor player)
 {
     player.transform.position             = teleportLocation.position;
     player.transform.GetChild(0).rotation = teleportLocation.rotation;
 }
Exemplo n.º 2
0
 public void OnLeaveInteract(Actor.Actor player)
 {
 }
Exemplo n.º 3
0
 public void OnEnterInteract(Actor.Actor player)
 {
 }