Exemplo n.º 1
0
	def __str__(self):
		output = Object.__str__(self)
		output += pack(self.substruct, self.turn)

		return output
Exemplo n.º 2
0
	def __str__(self):
		output = Object.__str__(self)
		output += pack(self.substruct, self.owner, self.ships, self.damage)

		return output
Exemplo n.º 3
0
	def __str__(self):
		output = Object.__str__(self)
		output += pack(self.substruct, self.owner, self.resources)

		return output