mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-30 08:20:49 +00:00
11 lines
No EOL
145 B
Text
11 lines
No EOL
145 B
Text
namespace map_maledict
|
|
{
|
|
void maledict_ep3() {
|
|
sys.wait( 7 );
|
|
$end_piece3.remove();
|
|
}
|
|
|
|
void main() {
|
|
sys.print( "Hello World!\n" );
|
|
}
|
|
} |