Restoring stat tables WIP

This commit is contained in:
2026-03-20 09:49:44 -05:00
parent 68449e1a78
commit a5fb7e950a
6 changed files with 437 additions and 30 deletions

View File

@@ -80,7 +80,7 @@ function PlayerClass:HasQuit()
end
---Adds a Unit type to the Player's reinforcement list.
---@param objectType table FoC GameObjectTypeWrapper object that was built.
---@param objectType GameObjectType FoC GameObjectTypeWrapper object that was built.
---@return UnitClass
function PlayerClass:AddUnit(objectType)
local unit = UnitClass:New(objectType, self.Id)