mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 09:44:16 -05:00
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
function progress_update() {
|
|
if (own_prev==0 && own!=0)
|
|
global.progress++;
|
|
else if (own_prev!=0 && own==0)
|
|
global.progress--;
|
|
|
|
|
|
}
|