placeholder

This commit is contained in:
2024-10-01 17:47:24 +02:00
parent f4c97640ba
commit 913d3ea3b5
+3 -2
View File
@@ -6,11 +6,12 @@ local FleetGroup = {}
function FleetGroup:new(fleetGroupName, database)
local o = {}
setmetatable(o, { __index = self })
o.AnnounceTurn = function(o, self)
end
o.OnStageNumberChanged = function(self, number)