Legion/Cohort Database

- moved to individual classes
This commit is contained in:
Frank
2026-06-17 09:00:17 +02:00
parent 8b356f0913
commit aab16dd966
8 changed files with 18 additions and 6 deletions
-3
View File
@@ -306,9 +306,6 @@ function LEGION:New(WarehouseName, LegionName)
-- @param Ops.Cohort#COHORT Cohort The cohort the asset belongs to.
-- @param Functional.Warehouse#WAREHOUSE.Assetitem Asset The asset that returned.
-- Add legion to DB
_DATABASE:AddLegion(self)
return self
end