- 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 204:
Line 204:
− +
− +
no edit summary
end
end
function ShipData.speed()
function ShipData:speed()
return self:format_speed(self._speed)
return self:format_speed(self._speed)
end
end
function ShipData.range()
function ShipData:range()
return self:format_range(self._speed)
return self:format_range(self._speed)
end
end