3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
|
function se_play(soundeffect) {
|
||
|
return audio_play_sound(soundeffect, 0, false);
|
||
|
}
|