Pixel-Composer/objects/o_dialog_about/Other_62.gml

5 lines
166 B
Plaintext
Raw Normal View History

2024-01-17 14:57:32 +01:00
/// @description Insert description here
if(async_load[? "id"] == patron_list_id) {
var _raw = async_load[? "result"];
patreons = _raw;//string_splice(_raw, ",");
}