oldschool-toontown/otp/distributed/AstronAccount.py
2019-11-15 20:04:02 -05:00

6 lines
150 B
Python

from direct.distributed import DistributedObject
class AstronAccount(DistributedObject.DistributedObject):
def __init__(self, cr):
pass