Merge branch 'main' into debugging-client

This commit is contained in:
MihailRis
2025-11-15 16:42:36 +03:00
6 changed files with 48 additions and 0 deletions
+7
View File
@@ -197,3 +197,10 @@ network.get_total_upload() --> int
-- в байтах.
network.get_total_download() --> int
```
## Другое
```lua
-- Ищет свободный для использования порт.
network.find_free_port() --> int
```