Hello!
Dear misticos, please, if it possible, add new hook after OnCopyFinished like this
Interface.CallHook("OnCopyFinished", copyData.RawData, copyData.Filename);
Interface.CallHook("OnCopyFinishedWithEntities", copyData.HouseList, copyData.Filename);
Add new hook OnCopyFinishedWithEntitiesSuggestion
I using original entities references with this callback
void OnCopyFinishedWithEntities(HashSet<BaseEntity> entities, string filename)
I will be grateful to you if you do this