Рефакторинг

This commit is contained in:
sasha80
2025-10-10 22:16:38 +03:00
parent 895da274e7
commit 10d560c63f
5 changed files with 27 additions and 34 deletions

View File

@@ -3,8 +3,8 @@
extends 'res://scenes/контроль/элемент-я.gd'
func on_line_changed(unit0):
if not unit0.online:
func on_line_changed(unit_instance):
if not unit_instance.online:
disable_all()