Пример #1
0
 void Awake()
 {
     if (_idManager == null)
     {
         _idManager = this.GetComponent <MultiListIdentityManager>();
     }
     if (itemsReference.childCount > 0)
     {
         SetExistingItems();
     }
 }
Пример #2
0
 void Reset()
 {
     _id        = -1;
     Level      = 0;
     _idManager = this.GetComponent <MultiListIdentityManager>();
 }