void Awake() {
     mInstance = this;
 }
Example #2
0
 void Awake()
 {
     mInstance = this;
 }
    void OnDestroy() {
        mInstance = null;

        SetInput(false);
    }
Example #4
0
    void OnDestroy()
    {
        mInstance = null;

        SetInput(false);
    }