indexing description: "[ An EM_GOOF_DESTRUCTABLE that can be destoryed like a shell. ]" date: "$Date$" revision: "$Revision$" class EM_GOOF_DESTRUCTABLE inherit EM_GOOF_OBJECT feature -- Destruction destroy is -- Destory 'object' do physics.remove_object(Current) end end