// Use this for initialization
    void Start()
    {
        //Assign the MainController script as this
        mscInstance = this;

        //Initialize flag
        bShieldActive = false;
    }
Esempio n. 2
0
    // Use this for initialization
    void Start()
    {
        //Assign the MainController script as this
        mscInstance = this;

        //Initialize flag
        bShieldActive = false;
    }