Pixel-Composer/objects/o_dialog_about/Other_62.gml
2024-01-17 20:57:32 +07:00

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, ",");
}