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
@@ -71,6 +71,9 @@ function PLATOON:New(TemplateGroupName, Ngroups, PlatoonName)
-- Get ammo.
self.ammo=self:_CheckAmmo()
-- Add cohort to DB
_DATABASE:AddCohort(self)
return self
end