Pixel-Composer/objects/o_dialog_splash/Destroy_0.gml

8 lines
147 B
Plaintext
Raw Normal View History

2023-06-01 10:32:21 +02:00
/// @description
event_inherited();
ds_map_destroy(discord_map);
ds_map_destroy(nicknames);
2023-11-30 03:18:25 +01:00
ds_map_destroy(attachment);
surface_free(clip_surf);