예제 #1
0
	def __str__(self):
		output = Object.__str__(self)
		output += pack(self.substruct, self.turn)

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

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

		return output