Leaguepedia | League of Legends Esports Wiki
Advertisement

Edit the documentation or categories for this module.


local Role = require('Module:Role2')
local h = {}
local p = {}

function p.castField(v, v_type)
	if v_type == 'role' then
		return Role(v)
	end
	error('Unrecognized Cargo value casting type')
end

return p
Advertisement