5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
|
lifetime -= 1;
|
||
|
|
||
|
if (lifetime <= 0 ) {
|
||
|
instance_destroy();
|
||
|
}
|