More building work

This commit is contained in:
2024-03-13 09:57:10 -05:00
parent 4718108407
commit 4f0f97b91d
10 changed files with 43 additions and 31 deletions

View File

@@ -0,0 +1,7 @@
extends Building
func initialize(building: BuildingBase) -> void:
pass
func ready(building: BuildingBase) -> void:
pass