Pixel-Composer/objects/o_dialog_history/Destroy_0.gml
2023-02-14 08:48:33 +07:00

5 lines
93 B
Plaintext

/// @description
event_inherited();
ds_list_destroy(redo_list);
ds_list_destroy(undo_list);