Exemplo n.º 1
0
 void Action(CustomGravity target)
 {
     audioSource.PlayOneShot(SFX);
     target.direction *= -1;
 }