Go to the documentation of this file.00001 '''
00002 cell Spawn.py
00003
00004 This is a NOP, Spawn only needs a cell part because of the associated mailbox
00005 see comment in base.Spawn.__init__
00006
00007 Anoria (c) Gsk 2010
00008 '''
00009
00010 import BigWorld
00011
00012
00013 class Spawn(BigWorld.Entity):
00014 pass
00015