Files
old-agresija/objects/obj_http/Create_0.gml
2022-01-29 16:47:06 +01:00

8 lines
202 B
Plaintext

/// @description
//gml_pragma("global","instance_create_depth(0,0,0,obj_http);");
if (instance_number(object_index) > 1) {
instance_destroy(); // THERE CAN ONLY BE ONE
}
requests = ds_map_create();