serialization functions naming update

This commit is contained in:
MihailRis
2024-06-03 17:33:55 +03:00
parent 7f58a38454
commit fdd9ede9d5
4 changed files with 8 additions and 6 deletions
+2
View File
@@ -302,3 +302,5 @@ get_block_rotation = block.get_rotation
set_block_rotation = block.set_rotation
get_block_user_bits = block.get_user_bits
set_block_user_bits = block.set_user_bits
toml.serialize = toml.tostring
toml.deserialize = toml.parse