Beispiel #1
0
    private void Awake()
    {
        base.Awake();
        _instance = this;

        if (wrap != null)
        {
            wrap.onInitializeItem = OnInitializeHeroCards;
        }
    }
Beispiel #2
0
 private void OnDestroy()
 {
     _instance = null;
 }