mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-24 02:34:38 -05:00
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
function counter_set() {
|
|
global.counter = get_string("Set Counter:", global.counter);
|
|
counter_update();
|
|
|
|
|
|
}
|