private void Awake() { _collection = GetComponent <CardCollection>(); _handAnimations = GetComponent <HandAnimations>(); _cardObjects = GetComponentsInChildren <CardObject>(); }
private void OnEnable() { _playerCollection.Add(this); _animations = GetComponentInChildren <HandAnimations>(); }