placeholder
This commit is contained in:
@@ -6,11 +6,12 @@ local FleetGroup = {}
|
|||||||
function FleetGroup:new(fleetGroupName, database)
|
function FleetGroup:new(fleetGroupName, database)
|
||||||
|
|
||||||
local o = {}
|
local o = {}
|
||||||
|
|
||||||
setmetatable(o, { __index = self })
|
setmetatable(o, { __index = self })
|
||||||
|
|
||||||
|
o.AnnounceTurn = function(o, self)
|
||||||
|
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
o.OnStageNumberChanged = function(self, number)
|
o.OnStageNumberChanged = function(self, number)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user