Initial commit
This commit is contained in:
8
objects/obj_http/Create_0.gml
Normal file
8
objects/obj_http/Create_0.gml
Normal 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();
|
||||
Reference in New Issue
Block a user