- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
mLine 19:
Line 19:
− +
− local args = getArgs{frame = frame:getParent()}
Edit to reuse current ShipInfo module
end
end
function EnemyShipCard:Constructor(frame)
function EnemyShipCard:BattleCard(args)
local ship = self:create_ship(args)
local ship = self:create_ship(args)
return self:battle_card(ship, args)
return self:battle_card(ship, args)