Initial commit

This commit is contained in:
Senad Uka
2022-01-29 16:47:06 +01:00
commit 5f7892f8d3
44 changed files with 1851 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/// @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();