void Start()
 {
     InitialPoint = 0;
     EndPoint = 0;
     CanCalculate = false;
     PlayerMove = GameObject.FindGameObjectWithTag("Player").GetComponent<Prototype_Move>();
 }
Exemplo n.º 2
0
 void Start()
 {
     InitialPoint = 0;
     EndPoint     = 0;
     CanCalculate = false;
     PlayerMove   = GameObject.FindGameObjectWithTag("Player").GetComponent <Prototype_Move>();
 }