Browse Source

added pass to empty method

Darren Ranalli 19 years ago
parent
commit
6c90ebd0d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/distributed/DistributedObjectAI.py

+ 1 - 0
direct/src/distributed/DistributedObjectAI.py

@@ -186,6 +186,7 @@ class DistributedObjectAI(DistributedObjectBase, EnforcesCalldowns):
         Called after the object has been generated and all
         Called after the object has been generated and all
         of its required fields filled in. Overwrite when needed.
         of its required fields filled in. Overwrite when needed.
         """
         """
+        pass
 
 
     def addInterest(self, zoneId, note="", event=None):
     def addInterest(self, zoneId, note="", event=None):
         self.air.addInterest(self.getDoId(), zoneId, note, event)
         self.air.addInterest(self.getDoId(), zoneId, note, event)