Files
Nuake/Resources/Scripts/Audio.wren
2023-09-26 20:43:56 -04:00

4 lines
53 B
Plaintext

class Audio {
foreign static PlayAudio(audioFile)
}