Add 'binds' key to state dictionary for enhanced state management
This commit is contained in:
@@ -25,6 +25,7 @@ var state: Dictionary = {
|
|||||||
'speed_in_year': 1,
|
'speed_in_year': 1,
|
||||||
'energy': 1E14,
|
'energy': 1E14,
|
||||||
'batches': {},
|
'batches': {},
|
||||||
|
'binds': {},
|
||||||
'amount': {},
|
'amount': {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user