Files
Corupture/data/buildings/building_methods.gd
Eric 4b362fabed Added building structure
Created harvester building
added harvester particles
added nearest resource func
2024-03-11 07:57:10 -05:00

6 lines
95 B
GDScript

extends Resource
class_name BuildingMethods
func ready(building: BuildingBase) -> void:
pass