summaryrefslogtreecommitdiff
path: root/lib/scoring_algorithms/ScoringAlgorithm.rb
blob: 6277da8f38b44aaf85c300224302f7a4280f09e6 (plain)
1
2
3
4
5
6
7
8
module Leaguer
	module Scoring
		class ScoringAlgorithm
			def self.score(match, interface)
			end
		end
	end
end