oldschool-toontown/toontown/pets/PetManagerAI.py

11 lines
266 B
Python
Raw Normal View History

2019-11-22 19:58:35 -06:00
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 []