6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
// Stop Music
|
|
void main()
|
|
{
|
|
MusicBackgroundStop(GetArea(OBJECT_SELF));
|
|
}
|