oldschool-toontown/otp/distributed/AstronAccount.py

8 lines
151 B
Python
Raw Normal View History

from direct.distributed import DistributedObject
2019-11-28 05:17:22 +00:00
class AstronAccount(DistributedObject.DistributedObject):
def __init__(self, cr):
pass