Poodletooth-iLand/toontown/pets/PetDCImportsAI.py

4 lines
110 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
if hasattr(simbase, 'wantPets') and simbase.wantPets:
import DistributedPetAI
2015-03-29 15:41:02 +00:00
import DistributedPetUD