mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2026-04-18 09:28:42 +00:00
7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
|
|
main()
|
||
|
|
{
|
||
|
|
assert(isdefined(self));
|
||
|
|
wait 0;
|
||
|
|
if (isdefined(self))
|
||
|
|
self delete();
|
||
|
|
}
|