diff --git a/scripts/signals.gd b/scripts/signals.gd new file mode 100644 index 0000000..6fcc6b3 --- /dev/null +++ b/scripts/signals.gd @@ -0,0 +1,7 @@ +extends Node + +## Хранит имена сигналов + + +## Вызывается при обновлении цели +const threat_update: = 'threat_update'