Rewrite Network and UdpClient into a classes (#256)

This commit is contained in:
DevMiner
2023-07-14 20:21:23 +02:00
committed by GitHub
parent fe6c25316d
commit ed74944551
29 changed files with 1006 additions and 981 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true