mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
7 lines
264 B
Python
7 lines
264 B
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
from toontown.classicchars.DistributedDaisyAI import DistributedDaisyAI
|
||
|
|
||
|
class DistributedSockHopDaisyAI(DistributedDaisyAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedSockHopDaisyAI")
|
||
|
|