Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized existing functions.

This commit is contained in:
Kirill
2026-05-05 23:49:12 +03:00
parent fc86261a9d
commit df563bf1b1
44 changed files with 350 additions and 312 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ extends Node
func print_smth(smth: String):
pass
#print(smth)
print(smth)