implemented CPU player building a land factory

This commit is contained in:
devZoGok
2023-12-16 17:26:12 +02:00
parent eee806b3b8
commit 4e59cdcd75
13 changed files with 167 additions and 37 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
Structure = {}
function Structure:new{Unit:new()}
Structure.behaviour = {
type = BTNodeType.SEQUENCE,
children = {
}
}