oldschool-toontown/otp/distributed/AstronAccount.py

8 lines
151 B
Python
Raw Normal View History

from direct.distributed import DistributedObject
2019-11-27 23:17:22 -06:00
class AstronAccount(DistributedObject.DistributedObject):
def __init__(self, cr):
pass