colobot-data/ai/wait.txt

8 lines
65 B
Plaintext

extern void object::Wait( )
{
while ( true )
{
wait(2);
}
}