Пример #1
0
 void Collect(Collectible collectible)
 {
     collectSound.Play();
     collectible.Activate(characterState);
 }