oldschool-toontown/toontown/uberdog/DistributedDataStoreManager.py

8 lines
224 B
Python
Raw Normal View History

2019-11-02 17:27:54 -05:00
from direct.distributed.DistributedObjectGlobal import DistributedObjectGlobal
from toontown.uberdog import DataStoreGlobals
class DistributedDataStoreManager(DistributedObjectGlobal):
def __init__(self):
pass