added pass to empty method

This commit is contained in:
Darren Ranalli 2007-03-01 23:10:00 +00:00
parent 924f7f106c
commit 6c90ebd0d3
1 changed files with 1 additions and 0 deletions

View File

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