oldschool-toontown/toontown/pets/PetManagerAI.py
2019-11-22 20:58:35 -05:00

10 lines
266 B
Python

from direct.directnotify import DirectNotifyGlobal
class PetManagerAI:
notify = DirectNotifyGlobal.directNotify.newCategory('PetManagerAI')
def __init__(self, air):
self.air = air
def getAvailablePets(self, *args, **kwargs):
return []