Ejemplo n.º 1
0
 public void FinishArrowsMechanic()
 {
     this.saw   = null;
     canControl = true;
 }
Ejemplo n.º 2
0
 public void SetPlayerOnArrowsMechanic(SawInteractable saw)
 {
     this.saw   = saw;
     canControl = false;
 }