mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 00:37:54 +00:00
8e0724a553
This reverts commit 85207c4f8b
.
7 lines
224 B
Python
7 lines
224 B
Python
from direct.distributed.DistributedObjectGlobal import DistributedObjectGlobal
|
|
from toontown.uberdog import DataStoreGlobals
|
|
|
|
class DistributedDataStoreManager(DistributedObjectGlobal):
|
|
|
|
def __init__(self):
|
|
pass
|