Module:Data/ShipClass/Lexington
< Module:Data
Revision as of 14:15, 3 May 2017 by com>Printspike (Created page with "local Lexington = { class = { _name = "Lexington", _class = true, _base_type = 11, } } return Lexington")
Documentation for this module may be created at Module:Data/ShipClass/Lexington/doc
local Lexington = {
class = {
_name = "Lexington",
_class = true,
_base_type = 11,
}
}
return Lexington