subclass WorldObjectBase of Obj
{
	scratch         = $0
	pModule         = $ffff		; -1
	pLine           = $ffff		; -1
	pName           = $0
	pSelf           = $0
	pType           = $0

	dispose()
	buildVerbList()
	handlesAction()
	modifyProp()
	getProp()
	updateDisplay()
	updateAction()
	fromPacket()
	getServIDs()
	preDispose()
	editProps()
	readProps()
	writeProps()
	getPropList()
}

string_0024	= "WorldObjectBase"

