Pixel-Composer/objects/o_dialog_splash/Destroy_0.gml
2023-11-30 09:18:25 +07:00

8 lines
147 B
Plaintext

/// @description
event_inherited();
ds_map_destroy(discord_map);
ds_map_destroy(nicknames);
ds_map_destroy(attachment);
surface_free(clip_surf);