Exemplo n.º 1
0
    void Awake()
    {
        displayBoard.SetActive(false);

        _instance = this;

        _tweener = GetComponent <TweenAlpha>();

        _tweener.enabled = false;

        _status = EnumStatus.idle;
    }
Exemplo n.º 2
0
 void OnDestroy()
 {
     _instance = null;
 }