示例#1
0
 void Shoot()
 {
     shotSound.Play();
     euphoriaController.DecrementEuphoria(damage);
 }