colobot-data/ai/tspid1.txt

14 lines
106 B
Plaintext

extern void object::Solution()
{
aim(0);
fire(1);
turn(90);
fire(1);
turn(-180);
fire(1);
}