Example #1
0
    void Awake()
    {
        _instance = this;

        // BChance: (2016-01-07) - Ensure GLOBALs are setup.
        GLOBAL.Init();
    }
Example #2
0
 void OnDestroy()
 {
     if (_instance == this)
         _instance = null;
 }