8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
|
void main()
|
||
|
{
|
||
|
string entrance = "as_cv_ta-da1";
|
||
|
|
||
|
PlaySound(entrance);
|
||
|
|
||
|
}
|