Add 'binds' key to state dictionary for enhanced state management

This commit is contained in:
Kirill
2026-08-30 22:31:24 +03:00
parent e531e7d9b6
commit e870c96879
+1
View File
@@ -25,6 +25,7 @@ var state: Dictionary = {
'speed_in_year': 1,
'energy': 1E14,
'batches': {},
'binds': {},
'amount': {},
}