add: delete and copy version

This commit is contained in:
semenov
2024-12-23 09:38:31 +03:00
parent 7e13c6dc5d
commit cb8c68ff9f
20 changed files with 162 additions and 143 deletions

View File

@@ -42,7 +42,8 @@ enum PacketType{
HASH_READY = 150,
CHANGE_DATA_VERSION = 151,
COPY_VERSION = 152
COPY_VERSION = 152,
DELETE_DATA_VERSION = 153
};
class Tools {