d = Dir.new("Items")
d.each do |x|
	if (x.include?(".rb"))
		require x
	end
end