mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-13 05:53:53 +01:00
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
|
/// @description Insert description here
|
||
|
if(async_load[? "id"] == patron_list_id) {
|
||
|
var _raw = async_load[? "result"];
|
||
|
patreons = _raw;//string_splice(_raw, ",");
|
||
|
}
|