示例#1
0
	def gravity(self):
		Util.gravity(self.player,self.board)
		for player in self.others:
			Util.gravity(player,self.board)