local Public = {} Public.wagon_types = { ["cargo-wagon"] = true, ["artillery-wagon"] = true, ["fluid-wagon"] = true, ["locomotive"] = true, } return Public