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