Exemplo n.º 1
0
    private void Awake()
    {
        base.Awake();

        _instance = this;

        if (wrap != null)
        {
            wrap.onInitializeItem = OnInitializeFriendButton;
        }
    }
Exemplo n.º 2
0
 private void OnDestroy()
 {
     _instance = null;
 }