Add FoCAPI docus

This commit is contained in:
2026-03-10 17:05:01 -05:00
parent 7226e4891f
commit 5609738464
4 changed files with 50 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ function FactionStruct:New(name)
self.Name = name
self.DisplayName = name
self.Color = ColorStruct:New(1, 1, 1)
self.Color = ColorStruct:New(1, 1, 1, 1)
self.Icon = ""
self.LandStartUnitName = ""
self.SpaceStartUnitName = ""