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 -8
View File
@@ -1,8 +1,5 @@
Unit = {}
function Unit:new(un)
unit = un or {}
self.__index = index
setmetatable(unit, self)
return unit
end
Unit.behaviour = {
type = BTNodeType.SEQUENCE,
children = {
}
}