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