def __str__(self):
		output = Object.__str__(self)
		output += pack(self.substruct, self.turn)

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

		return output
Example #3
0
	def __str__(self):
		output = Object.__str__(self)
		output += pack(self.substruct, self.owner, self.resources)

		return output