Poodletooth-iLand/toontown/dna/DNASignText.py
2015-03-03 17:10:12 -05:00

8 lines
No EOL
168 B
Python

import DNANode
class DNASignText(DNANode.DNANode):
COMPONENT_CODE = 7
def __init__(self):
DNANode.DNANode.__init__(self, '')
self.letters = ''