researcher work

This commit is contained in:
2024-03-26 12:21:20 -05:00
parent 82675b6ed2
commit f57f7f5540
5 changed files with 27 additions and 9 deletions

View File

@@ -5,8 +5,12 @@ extends Resource
@export var name: String
@export var description: String
@export var cost: Dictionary
@export var world_scene: PackedScene
func initialize(building: BuildingBase) -> void:
pass
func ready(building: BuildingBase) -> void:
pass