Пример #1
0
    // Start is called before the first frame update
    void Start()
    {
        scoreText = this.GetComponent <Text>();
        script    = MyGameManeger.instance.Plane.GetComponent <AerodynamicCalculator>();

        RefreshText();
    }
Пример #2
0
 // Start is called before the first frame update
 void Start()
 {
     script = MyGameManeger.instance.Plane.GetComponent <AerodynamicCalculator>();
 }