3 lines
82 B
Python
3 lines
82 B
Python
|
if hasattr(simbase, 'wantPets') and simbase.wantPets:
|
||
|
import DistributedPetAI
|