Poodletooth-iLand/toontown/pets/PetDCImportsAI.py

4 lines
110 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
if hasattr(simbase, 'wantPets') and simbase.wantPets:
import DistributedPetAI
2015-03-29 10:41:02 -05:00
import DistributedPetUD