Added building structure
Created harvester building added harvester particles added nearest resource func
This commit is contained in:
5
data/buildings/building_methods.gd
Normal file
5
data/buildings/building_methods.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Resource
|
||||
class_name BuildingMethods
|
||||
|
||||
func ready(building: BuildingBase) -> void:
|
||||
pass
|
||||
Reference in New Issue
Block a user