Exemplo n.º 1
0
 public void SoundPlay(Component_Sound sound)
 {
     ParentScene?.SoundPlay(sound, TransformV.Position);
 }