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