feat(api-gdext): ✨ Introduce pending tile improvement tracking in GdGameState with new fields/methods for monitoring and managing improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
0946e2e810
commit
0832067691
1 changed files with 2 additions and 0 deletions
|
|
@ -1930,6 +1930,8 @@ impl IRefCounted for GdGameState {
|
|||
pending_formation_shapes: Default::default(),
|
||||
pending_split_requests: Default::default(),
|
||||
pending_auto_join_requests: Default::default(),
|
||||
tile_improvements: Default::default(),
|
||||
improvement_registry: Default::default(),
|
||||
},
|
||||
base,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue