Example #1
0
 void Start()
 {
     pm = this.GetComponent <Player_Mov>();
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     pm = playerLoc.GetComponent<Player_Mov>();
     pc = playerLoc.GetComponent<PlayerClimb>();
     pc.Move = false;
 }
Example #3
0
 void Start()
 {
     pm = this.GetComponent<Player_Mov>();
 }
Example #4
0
 // Use this for initialization
 void Start()
 {
     pm      = playerLoc.GetComponent <Player_Mov>();
     pc      = playerLoc.GetComponent <PlayerClimb>();
     pc.Move = false;
 }
Example #5
0
 // Use this for initialization
 void Start()
 {
     pm = this.GetComponent<Player_Mov>();
     sb = go.GetComponent<warningActivit> ();
     nS = false;
 }
Example #6
0
 // Use this for initialization
 void Start()
 {
     pm = this.GetComponent <Player_Mov>();
     sb = go.GetComponent <warningActivit> ();
     nS = false;
 }