This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot-data
Watch
1
Star
0
Fork
You've already forked colobot-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5ed219127d
colobot-data
/
ai
/
flash.txt
9 lines
111 B
Plaintext
Raw
Blame
History
extern void object::Flash( )
{
while ( true )
{
if ( energyCell.energyLevel == 0 ) break;
wait(1);
}
}
Reference in New Issue
View Git Blame
Copy Permalink