historical/toontown-classic.git/toontown/uberdog/DistributedDataStoreManager.py
2024-01-16 11:20:27 -06:00

7 lines
224 B
Python

from direct.distributed.DistributedObjectGlobal import DistributedObjectGlobal
from toontown.uberdog import DataStoreGlobals
class DistributedDataStoreManager(DistributedObjectGlobal):
def __init__(self):
pass