mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-27 12:15:14 -05:00
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
|
|
if (mouse_check_button(mb_right))
|
|
{
|
|
own_prev = own;
|
|
click_slot(global.various_to);
|
|
progress_update();
|
|
}
|
|
|
|
hover = true;
|
|
color = get_color3(own, true);
|