예제 #1
0
파일: hex.py 프로젝트: boompig/pyCatan
	def get_num_dots(self):
		'''Return the number of dots on the token for this hex.'''
		
		if self._n is None:
			return 0
		else:
			return CatanUtils.get_num_token_dots(self._n)