6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oObject = GetObjectByTag("PGC3Configurator");
|
||
|
DestroyObject(oObject, 0.1);
|
||
|
}
|